Shades of Black Pearl #000B0C
Tints of Black Pearl #000B0C
RGB
CMYK
RGB Variations
Color information
#000B0C (or 0x000B0C) is known color: Black Pearl. HEX triplet: 00, 0B and 0C. RGB value is (0,11,12). Sum of RGB (Red+Green+Blue) = 0+11+12=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 11 (4.69% from 255 or 47.83% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #000B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B0C is #FFF4F3. Grayscale: #070707. Windows color (decimal): -16774388 or 789248. OLE color: 789248.
HSL color Cylindrical-coordinate representation of color #000B0C: hue angle of 185º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B0C is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 11 | 12 | - |
| CMYK | 1 | 0.08 | 0 | 0.95 |
| HSL | 185º | 1% | 0.02% | - |
| HSV(B) | 185º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.27 | 0.39 | - |
| YUV | 7.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 12 | 1 | 0.08 | 0 | 0.95 | 185 | 1 | 0.02 |
| Hex | 0 | B | C | 64 | 8 | 0 | 5F | B9 | 64 | 2 |
| Octal | 0 | 13 | 14 | 144 | 10 | 0 | 137 | 271 | 144 | 2 |
| Binary | 0 | 1011 | 1100 | 1100100 | 1000 | 0 | 1011111 | 10111001 | 1100100 | 10 |
Color Harmonies of #000B0C
Complementary color
Monochromatic Colors of #000B0C
Black with #000B0C
Text Example
Text Example
White with #000B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B0C; }
p { color: rgb(0,11,12); }
H1.HeaderClassName
{
color: #000B0C;
}
.AnyTagClassName
{
color: #000B0C;
}
</style>
background-color css
<style>
a { background-color: #000B0C; }
a { background-color: rgb(0,11,12); }
div.DivClassName
{
background-color: #000B0C;
}
.BgClassName
{
background-color: #000B0C;
}
</style>
border-color css
<style>
span { border-color: #000B0C; }
span { border-color: rgb(0,11,12); }
td.TdClassName
{
border-color: #000B0C;
}
.TagClassName
{
border-color: #000B0C;
}
</style>