#002738

Color #002738 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #002738

Tints of Black Pearl #002738

Color information

#002738 (or 0x002738) is unknown color: approx Black Pearl. HEX triplet: 00, 27 and 38. RGB value is (0,39,56). Sum of RGB (Red+Green+Blue) = 0+39+56=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #002738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002738 is #FFD8C7. Grayscale: #1D1D1D. Windows color (decimal): -16767176 or 3680000. OLE color: 3680000.

HSL color Cylindrical-coordinate representation of color #002738: hue angle of 198.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002738 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB03956-
CMYK10.3000.78
HSL198.21º100%10.98%-
HSV(B)198.21º100%21.96%-
XYZ1.441.744-
YUV29.28143.08107.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=0%
G=41.05%
B=58.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0395610.3000.78198.2110010.98
Hex02738641E04Ec664b
Octal0477014436011630614413
Binary0100111111000110010011110010011101100011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002738; }

 p { color: rgb(0,39,56); }

 H1.HeaderClassName
 {
   color: #002738;
 }
 .AnyTagClassName
 {
   color: #002738;
 }
</style>
background-color css

<style>
 a { background-color: #002738; }

 a { background-color: rgb(0,39,56); }

 div.DivClassName
 {
   background-color: #002738;
 }
 .BgClassName
 {
   background-color: #002738;
 }
</style>
border-color css

<style>
 span { border-color: #002738; }

 span { border-color: rgb(0,39,56); }

 td.TdClassName
 {
   border-color: #002738;
 }
 .TagClassName
 {
   border-color: #002738;
 }
</style>