Shades of Black Pearl #021114
Tints of Black Pearl #021114
RGB
CMYK
RGB Variations
Color information
#021114 (or 0x021114) is known color: Black Pearl. HEX triplet: 02, 11 and 14. RGB value is (2,17,20). Sum of RGB (Red+Green+Blue) = 2+17+20=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #021114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021114 is #FDEEEB. Grayscale: #0C0C0C. Windows color (decimal): -16641772 or 1315074. OLE color: 1315074.
HSL color Cylindrical-coordinate representation of color #021114: hue angle of 190º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021114 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 17 | 20 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.92 |
| HSL | 190º | 0.82% | 0.04% | - |
| HSV(B) | 190º | 0.9% | 0.08% | - |
| XYZ | 0.35 | 0.46 | 0.73 | - |
| YUV | 12.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 20 | 0.90 | 0.15 | 0 | 0.92 | 190 | 0.82 | 0.04 |
| Hex | 2 | 11 | 14 | 5A | F | 0 | 5C | BE | 52 | 4 |
| Octal | 2 | 21 | 24 | 132 | 17 | 0 | 134 | 276 | 122 | 4 |
| Binary | 10 | 10001 | 10100 | 1011010 | 1111 | 0 | 1011100 | 10111110 | 1010010 | 100 |
Color Harmonies of #021114
Complementary color
Monochromatic Colors of #021114
Black with #021114
Text Example
Text Example
White with #021114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021114; }
p { color: rgb(2,17,20); }
H1.HeaderClassName
{
color: #021114;
}
.AnyTagClassName
{
color: #021114;
}
</style>
background-color css
<style>
a { background-color: #021114; }
a { background-color: rgb(2,17,20); }
div.DivClassName
{
background-color: #021114;
}
.BgClassName
{
background-color: #021114;
}
</style>
border-color css
<style>
span { border-color: #021114; }
span { border-color: rgb(2,17,20); }
td.TdClassName
{
border-color: #021114;
}
.TagClassName
{
border-color: #021114;
}
</style>