#02191B

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

Shades of Black Pearl #02191B

Tints of Black Pearl #02191B

Color information

#02191B (or 0x02191B) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 1B. RGB value is (2,25,27). Sum of RGB (Red+Green+Blue) = 2+25+27=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #02191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02191B is #FDE6E4. Grayscale: #121212. Windows color (decimal): -16639717 or 1775874. OLE color: 1775874.

HSL color Cylindrical-coordinate representation of color #02191B: hue angle of 184.8º 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 #02191B is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22527-
CMYK0.930.0700.89
HSL184.8º86.21%5.69%-
HSV(B)184.8º92.59%10.59%-
XYZ0.570.791.16-
YUV18.35132.88116.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 25 (10.16% from 255) = 46.30%
BLUE value IS 27 (10.94% from 255) = 50%
R=3.70%
G=46.30%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal225270.930.0700.89184.886.215.69
Hex2191B5D7059b9566
Octal23133135701312711266
Binary101100111011101110111101011001101110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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