Shades of Black Pearl #02192B
Tints of Black Pearl #02192B
RGB
CMYK
RGB Variations
Color information
#02192B (or 0x02192B) is known color: Black Pearl. HEX triplet: 02, 19 and 2B. RGB value is (2,25,43). Sum of RGB (Red+Green+Blue) = 2+25+43=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #02192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02192B is #FDE6D4. Grayscale: #141414. Windows color (decimal): -16639701 or 2824450. OLE color: 2824450.
HSL color Cylindrical-coordinate representation of color #02192B: hue angle of 206.34º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02192B is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 25 | 43 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.83 |
| HSL | 206.34º | 0.91% | 0.09% | - |
| HSV(B) | 206.34º | 0.95% | 0.17% | - |
| XYZ | 0.81 | 0.88 | 2.41 | - |
| YUV | 20.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 43 | 0.95 | 0.42 | 0 | 0.83 | 206.34 | 0.91 | 0.09 |
| Hex | 2 | 19 | 2B | 5F | 2A | 0 | 53 | CE | 5B | 9 |
| Octal | 2 | 31 | 53 | 137 | 52 | 0 | 123 | 316 | 133 | 11 |
| Binary | 10 | 11001 | 101011 | 1011111 | 101010 | 0 | 1010011 | 11001110 | 1011011 | 1001 |
Color Harmonies of #02192B
Complementary color
Monochromatic Colors of #02192B
Black with #02192B
Text Example
Text Example
White with #02192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02192B; }
p { color: rgb(2,25,43); }
H1.HeaderClassName
{
color: #02192B;
}
.AnyTagClassName
{
color: #02192B;
}
</style>
background-color css
<style>
a { background-color: #02192B; }
a { background-color: rgb(2,25,43); }
div.DivClassName
{
background-color: #02192B;
}
.BgClassName
{
background-color: #02192B;
}
</style>
border-color css
<style>
span { border-color: #02192B; }
span { border-color: rgb(2,25,43); }
td.TdClassName
{
border-color: #02192B;
}
.TagClassName
{
border-color: #02192B;
}
</style>