#020F16

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

Shades of Black Pearl #020F16

Tints of Black Pearl #020F16

Color information

#020F16 (or 0x020F16) is unknown color: approx Black Pearl. HEX triplet: 02, 0F and 16. RGB value is (2,15,22). Sum of RGB (Red+Green+Blue) = 2+15+22=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #020F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F16 is #FDF0E9. Grayscale: #0B0B0B. Windows color (decimal): -16642282 or 1445634. OLE color: 1445634.

HSL color Cylindrical-coordinate representation of color #020F16: hue angle of 201º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020F16 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21522-
CMYK0.910.3200.91
HSL201º83.33%4.71%-
HSV(B)201º90.91%8.63%-
XYZ0.340.410.82-
YUV11.91133.69120.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 15 (6.25% from 255) = 38.46%
BLUE value IS 22 (8.98% from 255) = 56.41%
R=5.13%
G=38.46%
B=56.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal215220.910.3200.9120183.334.71
Hex2F165B2005Bc9535
Octal217261334001333111235
Binary10111110110101101110000001011011110010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020F16; }

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

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

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

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

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

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

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

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