Shades of Black Pearl #021011
Tints of Black Pearl #021011
RGB
CMYK
RGB Variations
Color information
#021011 (or 0x021011) is known color: Black Pearl. HEX triplet: 02, 10 and 11. RGB value is (2,16,17). Sum of RGB (Red+Green+Blue) = 2+16+17=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #021011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021011 is #FDEFEE. Grayscale: #0B0B0B. Windows color (decimal): -16642031 or 1118210. OLE color: 1118210.
HSL color Cylindrical-coordinate representation of color #021011: hue angle of 184º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #021011 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 16 | 17 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.93 |
| HSL | 184º | 0.79% | 0.04% | - |
| HSV(B) | 184º | 0.88% | 0.07% | - |
| XYZ | 0.31 | 0.42 | 0.6 | - |
| YUV | 11.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 17 | 0.88 | 0.06 | 0 | 0.93 | 184 | 0.79 | 0.04 |
| Hex | 2 | 10 | 11 | 58 | 6 | 0 | 5D | B8 | 4F | 4 |
| Octal | 2 | 20 | 21 | 130 | 6 | 0 | 135 | 270 | 117 | 4 |
| Binary | 10 | 10000 | 10001 | 1011000 | 110 | 0 | 1011101 | 10111000 | 1001111 | 100 |
Color Harmonies of #021011
Complementary color
Monochromatic Colors of #021011
Black with #021011
Text Example
Text Example
White with #021011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021011; }
p { color: rgb(2,16,17); }
H1.HeaderClassName
{
color: #021011;
}
.AnyTagClassName
{
color: #021011;
}
</style>
background-color css
<style>
a { background-color: #021011; }
a { background-color: rgb(2,16,17); }
div.DivClassName
{
background-color: #021011;
}
.BgClassName
{
background-color: #021011;
}
</style>
border-color css
<style>
span { border-color: #021011; }
span { border-color: rgb(2,16,17); }
td.TdClassName
{
border-color: #021011;
}
.TagClassName
{
border-color: #021011;
}
</style>