Shades of Black Pearl #021419
Tints of Black Pearl #021419
RGB
CMYK
RGB Variations
Color information
#021419 (or 0x021419) is known color: Black Pearl. HEX triplet: 02, 14 and 19. RGB value is (2,20,25). Sum of RGB (Red+Green+Blue) = 2+20+25=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #021419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021419 is #FDEBE6. Grayscale: #0F0F0F. Windows color (decimal): -16640999 or 1643522. OLE color: 1643522.
HSL color Cylindrical-coordinate representation of color #021419: hue angle of 193.04º 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 #021419 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 20 | 25 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.90 |
| HSL | 193.04º | 0.85% | 0.05% | - |
| HSV(B) | 193.04º | 0.92% | 0.1% | - |
| XYZ | 0.45 | 0.58 | 1.01 | - |
| YUV | 15.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 25 | 0.92 | 0.20 | 0 | 0.90 | 193.04 | 0.85 | 0.05 |
| Hex | 2 | 14 | 19 | 5C | 14 | 0 | 5A | C1 | 55 | 5 |
| Octal | 2 | 24 | 31 | 134 | 24 | 0 | 132 | 301 | 125 | 5 |
| Binary | 10 | 10100 | 11001 | 1011100 | 10100 | 0 | 1011010 | 11000001 | 1010101 | 101 |
Color Harmonies of #021419
Complementary color
Monochromatic Colors of #021419
Black with #021419
Text Example
Text Example
White with #021419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021419; }
p { color: rgb(2,20,25); }
H1.HeaderClassName
{
color: #021419;
}
.AnyTagClassName
{
color: #021419;
}
</style>
background-color css
<style>
a { background-color: #021419; }
a { background-color: rgb(2,20,25); }
div.DivClassName
{
background-color: #021419;
}
.BgClassName
{
background-color: #021419;
}
</style>
border-color css
<style>
span { border-color: #021419; }
span { border-color: rgb(2,20,25); }
td.TdClassName
{
border-color: #021419;
}
.TagClassName
{
border-color: #021419;
}
</style>