Shades of Black Pearl #021619
Tints of Black Pearl #021619
RGB
CMYK
RGB Variations
Color information
#021619 (or 0x021619) is known color: Black Pearl. HEX triplet: 02, 16 and 19. RGB value is (2,22,25). Sum of RGB (Red+Green+Blue) = 2+22+25=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #021619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021619 is #FDE9E6. Grayscale: #101010. Windows color (decimal): -16640487 or 1644034. OLE color: 1644034.
HSL color Cylindrical-coordinate representation of color #021619: hue angle of 187.83º 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 #021619 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 22 | 25 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.90 |
| HSL | 187.83º | 0.85% | 0.05% | - |
| HSV(B) | 187.83º | 0.92% | 0.1% | - |
| XYZ | 0.49 | 0.66 | 1.02 | - |
| YUV | 16.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 25 | 0.92 | 0.12 | 0 | 0.90 | 187.83 | 0.85 | 0.05 |
| Hex | 2 | 16 | 19 | 5C | C | 0 | 5A | BC | 55 | 5 |
| Octal | 2 | 26 | 31 | 134 | 14 | 0 | 132 | 274 | 125 | 5 |
| Binary | 10 | 10110 | 11001 | 1011100 | 1100 | 0 | 1011010 | 10111100 | 1010101 | 101 |
Color Harmonies of #021619
Complementary color
Monochromatic Colors of #021619
Black with #021619
Text Example
Text Example
White with #021619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021619; }
p { color: rgb(2,22,25); }
H1.HeaderClassName
{
color: #021619;
}
.AnyTagClassName
{
color: #021619;
}
</style>
background-color css
<style>
a { background-color: #021619; }
a { background-color: rgb(2,22,25); }
div.DivClassName
{
background-color: #021619;
}
.BgClassName
{
background-color: #021619;
}
</style>
border-color css
<style>
span { border-color: #021619; }
span { border-color: rgb(2,22,25); }
td.TdClassName
{
border-color: #021619;
}
.TagClassName
{
border-color: #021619;
}
</style>