#020B16

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

Shades of Black Pearl #020B16

Tints of Black Pearl #020B16

Color information

#020B16 (or 0x020B16) is unknown color: approx Black Pearl. HEX triplet: 02, 0B and 16. RGB value is (2,11,22). Sum of RGB (Red+Green+Blue) = 2+11+22=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 22 (8.98% from 255 or 62.86% from 35); Max value from RGB is 22 - color contains mainly: blue. Hex color #020B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B16 is #FDF4E9. Grayscale: #090909. Windows color (decimal): -16643306 or 1444610. OLE color: 1444610.

HSL color Cylindrical-coordinate representation of color #020B16: hue angle of 213º 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 #020B16 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21122-
CMYK0.910.500.91
HSL213º83.33%4.71%-
HSV(B)213º90.91%8.63%-
XYZ0.290.310.8-
YUV9.56135.02122.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 11 (4.69% from 255) = 31.43%
BLUE value IS 22 (8.98% from 255) = 62.86%
R=5.71%
G=31.43%
B=62.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal211220.910.500.9121383.334.71
Hex2B165B3205Bd5535
Octal213261336201333251235
Binary10101110110101101111001001011011110101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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