Shades of Black Pearl #020911
Tints of Black Pearl #020911
RGB
CMYK
RGB Variations
Color information
#020911 (or 0x020911) is known color: Black Pearl. HEX triplet: 02, 09 and 11. RGB value is (2,9,17). Sum of RGB (Red+Green+Blue) = 2+9+17=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #020911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020911 is #FDF6EE. Grayscale: #070707. Windows color (decimal): -16643823 or 1116418. OLE color: 1116418.
HSL color Cylindrical-coordinate representation of color #020911: hue angle of 212º 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 #020911 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 9 | 17 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.93 |
| HSL | 212º | 0.79% | 0.04% | - |
| HSV(B) | 212º | 0.88% | 0.07% | - |
| XYZ | 0.22 | 0.25 | 0.57 | - |
| YUV | 7.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 17 | 0.88 | 0.47 | 0 | 0.93 | 212 | 0.79 | 0.04 |
| Hex | 2 | 9 | 11 | 58 | 2F | 0 | 5D | D4 | 4F | 4 |
| Octal | 2 | 11 | 21 | 130 | 57 | 0 | 135 | 324 | 117 | 4 |
| Binary | 10 | 1001 | 10001 | 1011000 | 101111 | 0 | 1011101 | 11010100 | 1001111 | 100 |
Color Harmonies of #020911
Complementary color
Monochromatic Colors of #020911
Black with #020911
Text Example
Text Example
White with #020911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020911; }
p { color: rgb(2,9,17); }
H1.HeaderClassName
{
color: #020911;
}
.AnyTagClassName
{
color: #020911;
}
</style>
background-color css
<style>
a { background-color: #020911; }
a { background-color: rgb(2,9,17); }
div.DivClassName
{
background-color: #020911;
}
.BgClassName
{
background-color: #020911;
}
</style>
border-color css
<style>
span { border-color: #020911; }
span { border-color: rgb(2,9,17); }
td.TdClassName
{
border-color: #020911;
}
.TagClassName
{
border-color: #020911;
}
</style>