#021116

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

Shades of Black Pearl #021116

Tints of Black Pearl #021116

Color information

#021116 (or 0x021116) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 16. RGB value is (2,17,22). Sum of RGB (Red+Green+Blue) = 2+17+22=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 22 (8.98% from 255 or 53.66% from 41); Max value from RGB is 22 - color contains mainly: blue. Hex color #021116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021116 is #FDEEE9. Grayscale: #0D0D0D. Windows color (decimal): -16641770 or 1446146. OLE color: 1446146.

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

Color convert

RGB21722-
CMYK0.910.2300.91
HSL195º83.33%4.71%-
HSV(B)195º90.91%8.63%-
XYZ0.370.470.83-
YUV13.08133.03120.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 22 (8.98% from 255) = 53.66%
R=4.88%
G=41.46%
B=53.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal217220.910.2300.9119583.334.71
Hex211165B1705Bc3535
Octal221261332701333031235
Binary10100011011010110111011101011011110000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021116; }

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

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

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

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

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

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

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

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