Shades of Black Pearl #021A24
Tints of Black Pearl #021A24
RGB
CMYK
RGB Variations
Color information
#021A24 (or 0x021A24) is known color: Black Pearl. HEX triplet: 02, 1A and 24. RGB value is (2,26,36). Sum of RGB (Red+Green+Blue) = 2+26+36=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #021A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A24 is #FDE5DB. Grayscale: #131313. Windows color (decimal): -16639452 or 2365954. OLE color: 2365954.
HSL color Cylindrical-coordinate representation of color #021A24: hue angle of 197.65º 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 #021A24 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 26 | 36 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.86 |
| HSL | 197.65º | 0.89% | 0.07% | - |
| HSV(B) | 197.65º | 0.94% | 0.14% | - |
| XYZ | 0.71 | 0.88 | 1.8 | - |
| YUV | 19.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 36 | 0.94 | 0.28 | 0 | 0.86 | 197.65 | 0.89 | 0.07 |
| Hex | 2 | 1A | 24 | 5E | 1C | 0 | 56 | C6 | 59 | 7 |
| Octal | 2 | 32 | 44 | 136 | 34 | 0 | 126 | 306 | 131 | 7 |
| Binary | 10 | 11010 | 100100 | 1011110 | 11100 | 0 | 1010110 | 11000110 | 1011001 | 111 |
Color Harmonies of #021A24
Complementary color
Monochromatic Colors of #021A24
Black with #021A24
Text Example
Text Example
White with #021A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A24; }
p { color: rgb(2,26,36); }
H1.HeaderClassName
{
color: #021A24;
}
.AnyTagClassName
{
color: #021A24;
}
</style>
background-color css
<style>
a { background-color: #021A24; }
a { background-color: rgb(2,26,36); }
div.DivClassName
{
background-color: #021A24;
}
.BgClassName
{
background-color: #021A24;
}
</style>
border-color css
<style>
span { border-color: #021A24; }
span { border-color: rgb(2,26,36); }
td.TdClassName
{
border-color: #021A24;
}
.TagClassName
{
border-color: #021A24;
}
</style>