Shades of Black Pearl #02192F
Tints of Black Pearl #02192F
RGB
CMYK
RGB Variations
Color information
#02192F (or 0x02192F) is known color: Black Pearl. HEX triplet: 02, 19 and 2F. RGB value is (2,25,47). Sum of RGB (Red+Green+Blue) = 2+25+47=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #02192F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02192F is #FDE6D0. Grayscale: #141414. Windows color (decimal): -16639697 or 3086594. OLE color: 3086594.
HSL color Cylindrical-coordinate representation of color #02192F: hue angle of 209.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02192F is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 25 | 47 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.82 |
| HSL | 209.33º | 0.92% | 0.1% | - |
| HSV(B) | 209.33º | 0.96% | 0.18% | - |
| XYZ | 0.89 | 0.91 | 2.82 | - |
| YUV | 20.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 47 | 0.96 | 0.47 | 0 | 0.82 | 209.33 | 0.92 | 0.1 |
| Hex | 2 | 19 | 2F | 60 | 2F | 0 | 52 | D1 | 5C | A |
| Octal | 2 | 31 | 57 | 140 | 57 | 0 | 122 | 321 | 134 | 12 |
| Binary | 10 | 11001 | 101111 | 1100000 | 101111 | 0 | 1010010 | 11010001 | 1011100 | 1010 |
Color Harmonies of #02192F
Complementary color
Monochromatic Colors of #02192F
Black with #02192F
Text Example
Text Example
White with #02192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02192F; }
p { color: rgb(2,25,47); }
H1.HeaderClassName
{
color: #02192F;
}
.AnyTagClassName
{
color: #02192F;
}
</style>
background-color css
<style>
a { background-color: #02192F; }
a { background-color: rgb(2,25,47); }
div.DivClassName
{
background-color: #02192F;
}
.BgClassName
{
background-color: #02192F;
}
</style>
border-color css
<style>
span { border-color: #02192F; }
span { border-color: rgb(2,25,47); }
td.TdClassName
{
border-color: #02192F;
}
.TagClassName
{
border-color: #02192F;
}
</style>