Shades of Black Pearl #021118
Tints of Black Pearl #021118
RGB
CMYK
RGB Variations
Color information
#021118 (or 0x021118) is known color: Black Pearl. HEX triplet: 02, 11 and 18. RGB value is (2,17,24). Sum of RGB (Red+Green+Blue) = 2+17+24=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #021118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021118 is #FDEEE7. Grayscale: #0D0D0D. Windows color (decimal): -16641768 or 1577218. OLE color: 1577218.
HSL color Cylindrical-coordinate representation of color #021118: hue angle of 199.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021118 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 17 | 24 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.91 |
| HSL | 199.09º | 0.85% | 0.05% | - |
| HSV(B) | 199.09º | 0.92% | 0.09% | - |
| XYZ | 0.39 | 0.48 | 0.94 | - |
| YUV | 13.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 24 | 0.92 | 0.29 | 0 | 0.91 | 199.09 | 0.85 | 0.05 |
| Hex | 2 | 11 | 18 | 5C | 1D | 0 | 5B | C7 | 55 | 5 |
| Octal | 2 | 21 | 30 | 134 | 35 | 0 | 133 | 307 | 125 | 5 |
| Binary | 10 | 10001 | 11000 | 1011100 | 11101 | 0 | 1011011 | 11000111 | 1010101 | 101 |
Color Harmonies of #021118
Complementary color
Monochromatic Colors of #021118
Black with #021118
Text Example
Text Example
White with #021118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021118; }
p { color: rgb(2,17,24); }
H1.HeaderClassName
{
color: #021118;
}
.AnyTagClassName
{
color: #021118;
}
</style>
background-color css
<style>
a { background-color: #021118; }
a { background-color: rgb(2,17,24); }
div.DivClassName
{
background-color: #021118;
}
.BgClassName
{
background-color: #021118;
}
</style>
border-color css
<style>
span { border-color: #021118; }
span { border-color: rgb(2,17,24); }
td.TdClassName
{
border-color: #021118;
}
.TagClassName
{
border-color: #021118;
}
</style>