#02090F

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

Shades of Black Pearl #02090F

Tints of Black Pearl #02090F

Color information

#02090F (or 0x02090F) is unknown color: approx Black Pearl. HEX triplet: 02, 09 and 0F. RGB value is (2,9,15). Sum of RGB (Red+Green+Blue) = 2+9+15=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #02090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02090F is #FDF6F0. Grayscale: #070707. Windows color (decimal): -16643825 or 985346. OLE color: 985346.

HSL color Cylindrical-coordinate representation of color #02090F: hue angle of 207.69º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #02090F is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB2915-
CMYK0.870.4000.94
HSL207.69º76.47%3.33%-
HSV(B)207.69º86.67%5.88%-
XYZ0.210.240.49-
YUV7.59132.18124.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.69%
GREEN value IS 9 (3.91% from 255) = 34.62%
BLUE value IS 15 (6.25% from 255) = 57.69%
R=7.69%
G=34.62%
B=57.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal29150.870.4000.94207.6976.473.33
Hex29F572805Ed04c3
Octal211171275001363201143
Binary101001111110101111010000101111011010000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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