#02090C

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

Shades of Black Pearl #02090C

Tints of Black Pearl #02090C

Color information

#02090C (or 0x02090C) is unknown color: approx Black Pearl. HEX triplet: 02, 09 and 0C. RGB value is (2,9,12). Sum of RGB (Red+Green+Blue) = 2+9+12=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 9 (3.91% from 255 or 39.13% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #02090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02090C is #FDF6F3. Grayscale: #070707. Windows color (decimal): -16643828 or 788738. OLE color: 788738.

HSL color Cylindrical-coordinate representation of color #02090C: hue angle of 198º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #02090C is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB2912-
CMYK0.830.2500.95
HSL198º71.43%2.75%-
HSV(B)198º83.33%4.71%-
XYZ0.190.230.38-
YUV7.25130.68124.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 9 (3.91% from 255) = 39.13%
BLUE value IS 12 (5.08% from 255) = 52.17%
R=8.70%
G=39.13%
B=52.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal29120.830.2500.9519871.432.75
Hex29C531905Fc6473
Octal211141233101373061073
Binary10100111001010011110010101111111000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02090C; }

 p { color: rgb(2,9,12); }

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

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

 a { background-color: rgb(2,9,12); }

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

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

 span { border-color: rgb(2,9,12); }

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