Shades of Black Pearl #02191C
Tints of Black Pearl #02191C
RGB
CMYK
RGB Variations
Color information
#02191C (or 0x02191C) is known color: Black Pearl. HEX triplet: 02, 19 and 1C. RGB value is (2,25,28). Sum of RGB (Red+Green+Blue) = 2+25+28=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #02191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02191C is #FDE6E3. Grayscale: #121212. Windows color (decimal): -16639716 or 1841410. OLE color: 1841410.
HSL color Cylindrical-coordinate representation of color #02191C: hue angle of 186.92º 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 #02191C is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 25 | 28 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.89 |
| HSL | 186.92º | 0.87% | 0.06% | - |
| HSV(B) | 186.92º | 0.93% | 0.11% | - |
| XYZ | 0.58 | 0.79 | 1.22 | - |
| YUV | 18.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 28 | 0.93 | 0.11 | 0 | 0.89 | 186.92 | 0.87 | 0.06 |
| Hex | 2 | 19 | 1C | 5D | B | 0 | 59 | BB | 57 | 6 |
| Octal | 2 | 31 | 34 | 135 | 13 | 0 | 131 | 273 | 127 | 6 |
| Binary | 10 | 11001 | 11100 | 1011101 | 1011 | 0 | 1011001 | 10111011 | 1010111 | 110 |
Color Harmonies of #02191C
Complementary color
Monochromatic Colors of #02191C
Black with #02191C
Text Example
Text Example
White with #02191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02191C; }
p { color: rgb(2,25,28); }
H1.HeaderClassName
{
color: #02191C;
}
.AnyTagClassName
{
color: #02191C;
}
</style>
background-color css
<style>
a { background-color: #02191C; }
a { background-color: rgb(2,25,28); }
div.DivClassName
{
background-color: #02191C;
}
.BgClassName
{
background-color: #02191C;
}
</style>
border-color css
<style>
span { border-color: #02191C; }
span { border-color: rgb(2,25,28); }
td.TdClassName
{
border-color: #02191C;
}
.TagClassName
{
border-color: #02191C;
}
</style>