Shades of Black Pearl #021E24
Tints of Black Pearl #021E24
RGB
CMYK
RGB Variations
Color information
#021E24 (or 0x021E24) is known color: Black Pearl. HEX triplet: 02, 1E and 24. RGB value is (2,30,36). Sum of RGB (Red+Green+Blue) = 2+30+36=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #021E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E24 is #FDE1DB. Grayscale: #161616. Windows color (decimal): -16638428 or 2366978. OLE color: 2366978.
HSL color Cylindrical-coordinate representation of color #021E24: hue angle of 190.59º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021E24 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 30 | 36 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.86 |
| HSL | 190.59º | 0.89% | 0.07% | - |
| HSV(B) | 190.59º | 0.94% | 0.14% | - |
| XYZ | 0.81 | 1.07 | 1.83 | - |
| YUV | 22.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 36 | 0.94 | 0.17 | 0 | 0.86 | 190.59 | 0.89 | 0.07 |
| Hex | 2 | 1E | 24 | 5E | 11 | 0 | 56 | BF | 59 | 7 |
| Octal | 2 | 36 | 44 | 136 | 21 | 0 | 126 | 277 | 131 | 7 |
| Binary | 10 | 11110 | 100100 | 1011110 | 10001 | 0 | 1010110 | 10111111 | 1011001 | 111 |
Color Harmonies of #021E24
Complementary color
Monochromatic Colors of #021E24
Black with #021E24
Text Example
Text Example
White with #021E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E24; }
p { color: rgb(2,30,36); }
H1.HeaderClassName
{
color: #021E24;
}
.AnyTagClassName
{
color: #021E24;
}
</style>
background-color css
<style>
a { background-color: #021E24; }
a { background-color: rgb(2,30,36); }
div.DivClassName
{
background-color: #021E24;
}
.BgClassName
{
background-color: #021E24;
}
</style>
border-color css
<style>
span { border-color: #021E24; }
span { border-color: rgb(2,30,36); }
td.TdClassName
{
border-color: #021E24;
}
.TagClassName
{
border-color: #021E24;
}
</style>