Shades of Black Pearl #021219
Tints of Black Pearl #021219
RGB
CMYK
RGB Variations
Color information
#021219 (or 0x021219) is known color: Black Pearl. HEX triplet: 02, 12 and 19. RGB value is (2,18,25). Sum of RGB (Red+Green+Blue) = 2+18+25=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #021219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021219 is #FDEDE6. Grayscale: #0D0D0D. Windows color (decimal): -16641511 or 1643010. OLE color: 1643010.
HSL color Cylindrical-coordinate representation of color #021219: hue angle of 198.26º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021219 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 18 | 25 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.90 |
| HSL | 198.26º | 0.85% | 0.05% | - |
| HSV(B) | 198.26º | 0.92% | 0.1% | - |
| XYZ | 0.42 | 0.52 | 1 | - |
| YUV | 14.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 25 | 0.92 | 0.28 | 0 | 0.90 | 198.26 | 0.85 | 0.05 |
| Hex | 2 | 12 | 19 | 5C | 1C | 0 | 5A | C6 | 55 | 5 |
| Octal | 2 | 22 | 31 | 134 | 34 | 0 | 132 | 306 | 125 | 5 |
| Binary | 10 | 10010 | 11001 | 1011100 | 11100 | 0 | 1011010 | 11000110 | 1010101 | 101 |
Color Harmonies of #021219
Complementary color
Monochromatic Colors of #021219
Black with #021219
Text Example
Text Example
White with #021219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021219; }
p { color: rgb(2,18,25); }
H1.HeaderClassName
{
color: #021219;
}
.AnyTagClassName
{
color: #021219;
}
</style>
background-color css
<style>
a { background-color: #021219; }
a { background-color: rgb(2,18,25); }
div.DivClassName
{
background-color: #021219;
}
.BgClassName
{
background-color: #021219;
}
</style>
border-color css
<style>
span { border-color: #021219; }
span { border-color: rgb(2,18,25); }
td.TdClassName
{
border-color: #021219;
}
.TagClassName
{
border-color: #021219;
}
</style>