#021416

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

Shades of Black Pearl #021416

Tints of Black Pearl #021416

Color information

#021416 (or 0x021416) is unknown color: approx Black Pearl. HEX triplet: 02, 14 and 16. RGB value is (2,20,22). Sum of RGB (Red+Green+Blue) = 2+20+22=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #021416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021416 is #FDEBE9. Grayscale: #0E0E0E. Windows color (decimal): -16641002 or 1446914. OLE color: 1446914.

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

Color convert

RGB22022-
CMYK0.910.0900.91
HSL186º83.33%4.71%-
HSV(B)186º90.91%8.63%-
XYZ0.420.570.85-
YUV14.85132.04118.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 22 (8.98% from 255) = 50%
R=4.55%
G=45.45%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal220220.910.0900.9118683.334.71
Hex214165B905Bba535
Octal224261331101332721235
Binary1010100101101011011100101011011101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021416; }

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

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

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

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

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

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

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

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