Shades of Black Pearl #021119
Tints of Black Pearl #021119
RGB
CMYK
RGB Variations
Color information
#021119 (or 0x021119) is known color: Black Pearl. HEX triplet: 02, 11 and 19. RGB value is (2,17,25). Sum of RGB (Red+Green+Blue) = 2+17+25=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #021119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021119 is #FDEEE6. Grayscale: #0D0D0D. Windows color (decimal): -16641767 or 1642754. OLE color: 1642754.
HSL color Cylindrical-coordinate representation of color #021119: hue angle of 200.87º 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 #021119 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 17 | 25 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.90 |
| HSL | 200.87º | 0.85% | 0.05% | - |
| HSV(B) | 200.87º | 0.92% | 0.1% | - |
| XYZ | 0.4 | 0.48 | 0.99 | - |
| YUV | 13.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 25 | 0.92 | 0.32 | 0 | 0.90 | 200.87 | 0.85 | 0.05 |
| Hex | 2 | 11 | 19 | 5C | 20 | 0 | 5A | C9 | 55 | 5 |
| Octal | 2 | 21 | 31 | 134 | 40 | 0 | 132 | 311 | 125 | 5 |
| Binary | 10 | 10001 | 11001 | 1011100 | 100000 | 0 | 1011010 | 11001001 | 1010101 | 101 |
Color Harmonies of #021119
Complementary color
Monochromatic Colors of #021119
Black with #021119
Text Example
Text Example
White with #021119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021119; }
p { color: rgb(2,17,25); }
H1.HeaderClassName
{
color: #021119;
}
.AnyTagClassName
{
color: #021119;
}
</style>
background-color css
<style>
a { background-color: #021119; }
a { background-color: rgb(2,17,25); }
div.DivClassName
{
background-color: #021119;
}
.BgClassName
{
background-color: #021119;
}
</style>
border-color css
<style>
span { border-color: #021119; }
span { border-color: rgb(2,17,25); }
td.TdClassName
{
border-color: #021119;
}
.TagClassName
{
border-color: #021119;
}
</style>