Shades of Black Pearl #000B0D
Tints of Black Pearl #000B0D
RGB
CMYK
RGB Variations
Color information
#000B0D (or 0x000B0D) is known color: Black Pearl. HEX triplet: 00, 0B and 0D. RGB value is (0,11,13). Sum of RGB (Red+Green+Blue) = 0+11+13=24 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #000B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B0D is #FFF4F2. Grayscale: #070707. Windows color (decimal): -16774387 or 854784. OLE color: 854784.
HSL color Cylindrical-coordinate representation of color #000B0D: hue angle of 189.23º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B0D is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 11 | 13 | - |
| CMYK | 1 | 0.15 | 0 | 0.95 |
| HSL | 189.23º | 1% | 0.03% | - |
| HSV(B) | 189.23º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.27 | 0.42 | - |
| YUV | 7.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 13 | 1 | 0.15 | 0 | 0.95 | 189.23 | 1 | 0.03 |
| Hex | 0 | B | D | 64 | F | 0 | 5F | BD | 64 | 3 |
| Octal | 0 | 13 | 15 | 144 | 17 | 0 | 137 | 275 | 144 | 3 |
| Binary | 0 | 1011 | 1101 | 1100100 | 1111 | 0 | 1011111 | 10111101 | 1100100 | 11 |
Color Harmonies of #000B0D
Complementary color
Monochromatic Colors of #000B0D
Black with #000B0D
Text Example
Text Example
White with #000B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B0D; }
p { color: rgb(0,11,13); }
H1.HeaderClassName
{
color: #000B0D;
}
.AnyTagClassName
{
color: #000B0D;
}
</style>
background-color css
<style>
a { background-color: #000B0D; }
a { background-color: rgb(0,11,13); }
div.DivClassName
{
background-color: #000B0D;
}
.BgClassName
{
background-color: #000B0D;
}
</style>
border-color css
<style>
span { border-color: #000B0D; }
span { border-color: rgb(0,11,13); }
td.TdClassName
{
border-color: #000B0D;
}
.TagClassName
{
border-color: #000B0D;
}
</style>