Shades of Black Pearl #021416
Tints of Black Pearl #021416
RGB
CMYK
RGB Variations
Color information
#021416 (or 0x021416) is known color: Black Pearl. HEX triplet: 02, 14 and 16. RGB value is (2,20,22). Sum of RGB (Red+Green+Blue) = 2+20+22=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #021416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021416 is #FDEBE9. Grayscale: #0E0E0E. Windows color (decimal): -16641002 or 1446914. OLE color: 1446914.
HSL color Cylindrical-coordinate representation of color #021416: hue angle of 186º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021416 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 20 | 22 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.91 |
| HSL | 186º | 0.83% | 0.05% | - |
| HSV(B) | 186º | 0.91% | 0.09% | - |
| XYZ | 0.42 | 0.57 | 0.85 | - |
| YUV | 14.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 22 | 0.91 | 0.09 | 0 | 0.91 | 186 | 0.83 | 0.05 |
| Hex | 2 | 14 | 16 | 5B | 9 | 0 | 5B | BA | 53 | 5 |
| Octal | 2 | 24 | 26 | 133 | 11 | 0 | 133 | 272 | 123 | 5 |
| Binary | 10 | 10100 | 10110 | 1011011 | 1001 | 0 | 1011011 | 10111010 | 1010011 | 101 |
Color Harmonies of #021416
Complementary color
Monochromatic Colors of #021416
Black with #021416
Text Example
Text Example
White with #021416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021416; }
p { color: rgb(2,20,22); }
H1.HeaderClassName
{
color: #021416;
}
.AnyTagClassName
{
color: #021416;
}
</style>
background-color css
<style>
a { background-color: #021416; }
a { background-color: rgb(2,20,22); }
div.DivClassName
{
background-color: #021416;
}
.BgClassName
{
background-color: #021416;
}
</style>
border-color css
<style>
span { border-color: #021416; }
span { border-color: rgb(2,20,22); }
td.TdClassName
{
border-color: #021416;
}
.TagClassName
{
border-color: #021416;
}
</style>