Shades of Black Pearl #000B11
Tints of Black Pearl #000B11
RGB
CMYK
RGB Variations
Color information
#000B11 (or 0x000B11) is known color: Black Pearl. HEX triplet: 00, 0B and 11. RGB value is (0,11,17). Sum of RGB (Red+Green+Blue) = 0+11+17=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 11 (4.69% from 255 or 39.29% 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 #000B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B11 is #FFF4EE. Grayscale: #080808. Windows color (decimal): -16774383 or 1116928. OLE color: 1116928.
HSL color Cylindrical-coordinate representation of color #000B11: hue angle of 201.18º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B11 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 11 | 17 | - |
| CMYK | 1 | 0.35 | 0 | 0.93 |
| HSL | 201.18º | 1% | 0.03% | - |
| HSV(B) | 201.18º | 1% | 0.07% | - |
| XYZ | 0.22 | 0.28 | 0.57 | - |
| YUV | 8.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 17 | 1 | 0.35 | 0 | 0.93 | 201.18 | 1 | 0.03 |
| Hex | 0 | B | 11 | 64 | 23 | 0 | 5D | C9 | 64 | 3 |
| Octal | 0 | 13 | 21 | 144 | 43 | 0 | 135 | 311 | 144 | 3 |
| Binary | 0 | 1011 | 10001 | 1100100 | 100011 | 0 | 1011101 | 11001001 | 1100100 | 11 |
Color Harmonies of #000B11
Complementary color
Monochromatic Colors of #000B11
Black with #000B11
Text Example
Text Example
White with #000B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B11; }
p { color: rgb(0,11,17); }
H1.HeaderClassName
{
color: #000B11;
}
.AnyTagClassName
{
color: #000B11;
}
</style>
background-color css
<style>
a { background-color: #000B11; }
a { background-color: rgb(0,11,17); }
div.DivClassName
{
background-color: #000B11;
}
.BgClassName
{
background-color: #000B11;
}
</style>
border-color css
<style>
span { border-color: #000B11; }
span { border-color: rgb(0,11,17); }
td.TdClassName
{
border-color: #000B11;
}
.TagClassName
{
border-color: #000B11;
}
</style>