#02090D

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

Shades of Black Pearl #02090D

Tints of Black Pearl #02090D

Color information

#02090D (or 0x02090D) is unknown color: approx Black Pearl. HEX triplet: 02, 09 and 0D. RGB value is (2,9,13). Sum of RGB (Red+Green+Blue) = 2+9+13=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #02090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02090D is #FDF6F2. Grayscale: #070707. Windows color (decimal): -16643827 or 854274. OLE color: 854274.

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

Color convert

RGB2913-
CMYK0.850.3100.95
HSL201.82º73.33%2.94%-
HSV(B)201.82º84.62%5.1%-
XYZ0.20.240.42-
YUV7.36131.18124.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.33%
GREEN value IS 9 (3.91% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 54.17%
R=8.33%
G=37.5%
B=54.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal29130.850.3100.95201.8273.332.94
Hex29D551F05Fca493
Octal211151253701373121113
Binary10100111011010101111110101111111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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