Shades of Black Pearl #021124
Tints of Black Pearl #021124
RGB
CMYK
RGB Variations
Color information
#021124 (or 0x021124) is known color: Black Pearl. HEX triplet: 02, 11 and 24. RGB value is (2,17,36). Sum of RGB (Red+Green+Blue) = 2+17+36=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #021124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021124 is #FDEEDB. Grayscale: #0E0E0E. Windows color (decimal): -16641756 or 2363650. OLE color: 2363650.
HSL color Cylindrical-coordinate representation of color #021124: hue angle of 213.53º 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 #021124 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 17 | 36 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.86 |
| HSL | 213.53º | 0.89% | 0.07% | - |
| HSV(B) | 213.53º | 0.94% | 0.14% | - |
| XYZ | 0.54 | 0.54 | 1.74 | - |
| YUV | 14.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 36 | 0.94 | 0.53 | 0 | 0.86 | 213.53 | 0.89 | 0.07 |
| Hex | 2 | 11 | 24 | 5E | 35 | 0 | 56 | D6 | 59 | 7 |
| Octal | 2 | 21 | 44 | 136 | 65 | 0 | 126 | 326 | 131 | 7 |
| Binary | 10 | 10001 | 100100 | 1011110 | 110101 | 0 | 1010110 | 11010110 | 1011001 | 111 |
Color Harmonies of #021124
Complementary color
Monochromatic Colors of #021124
Black with #021124
Text Example
Text Example
White with #021124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021124; }
p { color: rgb(2,17,36); }
H1.HeaderClassName
{
color: #021124;
}
.AnyTagClassName
{
color: #021124;
}
</style>
background-color css
<style>
a { background-color: #021124; }
a { background-color: rgb(2,17,36); }
div.DivClassName
{
background-color: #021124;
}
.BgClassName
{
background-color: #021124;
}
</style>
border-color css
<style>
span { border-color: #021124; }
span { border-color: rgb(2,17,36); }
td.TdClassName
{
border-color: #021124;
}
.TagClassName
{
border-color: #021124;
}
</style>