Shades of Black Pearl #021120
Tints of Black Pearl #021120
RGB
CMYK
RGB Variations
Color information
#021120 (or 0x021120) is known color: Black Pearl. HEX triplet: 02, 11 and 20. RGB value is (2,17,32). Sum of RGB (Red+Green+Blue) = 2+17+32=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 32 (12.89% from 255 or 62.75% from 51); Max value from RGB is 32 - color contains mainly: blue. Hex color #021120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021120 is #FDEEDF. Grayscale: #0E0E0E. Windows color (decimal): -16641760 or 2101506. OLE color: 2101506.
HSL color Cylindrical-coordinate representation of color #021120: hue angle of 210º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021120 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 17 | 32 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.87 |
| HSL | 210º | 0.88% | 0.07% | - |
| HSV(B) | 210º | 0.94% | 0.13% | - |
| XYZ | 0.49 | 0.52 | 1.44 | - |
| YUV | 14.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 32 | 0.94 | 0.47 | 0 | 0.87 | 210 | 0.88 | 0.07 |
| Hex | 2 | 11 | 20 | 5E | 2F | 0 | 57 | D2 | 58 | 7 |
| Octal | 2 | 21 | 40 | 136 | 57 | 0 | 127 | 322 | 130 | 7 |
| Binary | 10 | 10001 | 100000 | 1011110 | 101111 | 0 | 1010111 | 11010010 | 1011000 | 111 |
Color Harmonies of #021120
Complementary color
Monochromatic Colors of #021120
Black with #021120
Text Example
Text Example
White with #021120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021120; }
p { color: rgb(2,17,32); }
H1.HeaderClassName
{
color: #021120;
}
.AnyTagClassName
{
color: #021120;
}
</style>
background-color css
<style>
a { background-color: #021120; }
a { background-color: rgb(2,17,32); }
div.DivClassName
{
background-color: #021120;
}
.BgClassName
{
background-color: #021120;
}
</style>
border-color css
<style>
span { border-color: #021120; }
span { border-color: rgb(2,17,32); }
td.TdClassName
{
border-color: #021120;
}
.TagClassName
{
border-color: #021120;
}
</style>