#02161B

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

Shades of Black Pearl #02161B

Tints of Black Pearl #02161B

Color information

#02161B (or 0x02161B) is unknown color: approx Black Pearl. HEX triplet: 02, 16 and 1B. RGB value is (2,22,27). Sum of RGB (Red+Green+Blue) = 2+22+27=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #02161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02161B is #FDE9E4. Grayscale: #101010. Windows color (decimal): -16640485 or 1775106. OLE color: 1775106.

HSL color Cylindrical-coordinate representation of color #02161B: hue angle of 192º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02161B is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22227-
CMYK0.930.1900.89
HSL192º86.21%5.69%-
HSV(B)192º92.59%10.59%-
XYZ0.510.671.14-
YUV16.59133.87117.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 22 (8.98% from 255) = 43.14%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=3.92%
G=43.14%
B=52.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222270.930.1900.8919286.215.69
Hex2161B5D13059c0566
Octal226331352301313001266
Binary10101101101110111011001101011001110000001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02161B; }

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

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

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

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

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

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

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

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