Shades of Black Pearl #02191D
Tints of Black Pearl #02191D
RGB
CMYK
RGB Variations
Color information
#02191D (or 0x02191D) is known color: Black Pearl. HEX triplet: 02, 19 and 1D. RGB value is (2,25,29). Sum of RGB (Red+Green+Blue) = 2+25+29=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #02191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02191D is #FDE6E2. Grayscale: #121212. Windows color (decimal): -16639715 or 1906946. OLE color: 1906946.
HSL color Cylindrical-coordinate representation of color #02191D: hue angle of 188.89º degrees, saturation: 0.87, 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 #02191D is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 25 | 29 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.89 |
| HSL | 188.89º | 0.87% | 0.06% | - |
| HSV(B) | 188.89º | 0.93% | 0.11% | - |
| XYZ | 0.59 | 0.8 | 1.28 | - |
| YUV | 18.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 29 | 0.93 | 0.14 | 0 | 0.89 | 188.89 | 0.87 | 0.06 |
| Hex | 2 | 19 | 1D | 5D | E | 0 | 59 | BD | 57 | 6 |
| Octal | 2 | 31 | 35 | 135 | 16 | 0 | 131 | 275 | 127 | 6 |
| Binary | 10 | 11001 | 11101 | 1011101 | 1110 | 0 | 1011001 | 10111101 | 1010111 | 110 |
Color Harmonies of #02191D
Complementary color
Monochromatic Colors of #02191D
Black with #02191D
Text Example
Text Example
White with #02191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02191D; }
p { color: rgb(2,25,29); }
H1.HeaderClassName
{
color: #02191D;
}
.AnyTagClassName
{
color: #02191D;
}
</style>
background-color css
<style>
a { background-color: #02191D; }
a { background-color: rgb(2,25,29); }
div.DivClassName
{
background-color: #02191D;
}
.BgClassName
{
background-color: #02191D;
}
</style>
border-color css
<style>
span { border-color: #02191D; }
span { border-color: rgb(2,25,29); }
td.TdClassName
{
border-color: #02191D;
}
.TagClassName
{
border-color: #02191D;
}
</style>