Shades of Black Pearl #000B1D
Tints of Black Pearl #000B1D
RGB
CMYK
RGB Variations
Color information
#000B1D (or 0x000B1D) is known color: Black Pearl. HEX triplet: 00, 0B and 1D. RGB value is (0,11,29). Sum of RGB (Red+Green+Blue) = 0+11+29=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #000B1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B1D is #FFF4E2. Grayscale: #090909. Windows color (decimal): -16774371 or 1903360. OLE color: 1903360.
HSL color Cylindrical-coordinate representation of color #000B1D: hue angle of 217.24º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B1D is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 11 | 29 | - |
| CMYK | 1 | 0.62 | 0 | 0.89 |
| HSL | 217.24º | 1% | 0.06% | - |
| HSV(B) | 217.24º | 1% | 0.11% | - |
| XYZ | 0.34 | 0.33 | 1.21 | - |
| YUV | 9.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 29 | 1 | 0.62 | 0 | 0.89 | 217.24 | 1 | 0.06 |
| Hex | 0 | B | 1D | 64 | 3E | 0 | 59 | D9 | 64 | 6 |
| Octal | 0 | 13 | 35 | 144 | 76 | 0 | 131 | 331 | 144 | 6 |
| Binary | 0 | 1011 | 11101 | 1100100 | 111110 | 0 | 1011001 | 11011001 | 1100100 | 110 |
Color Harmonies of #000B1D
Complementary color
Monochromatic Colors of #000B1D
Black with #000B1D
Text Example
Text Example
White with #000B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B1D; }
p { color: rgb(0,11,29); }
H1.HeaderClassName
{
color: #000B1D;
}
.AnyTagClassName
{
color: #000B1D;
}
</style>
background-color css
<style>
a { background-color: #000B1D; }
a { background-color: rgb(0,11,29); }
div.DivClassName
{
background-color: #000B1D;
}
.BgClassName
{
background-color: #000B1D;
}
</style>
border-color css
<style>
span { border-color: #000B1D; }
span { border-color: rgb(0,11,29); }
td.TdClassName
{
border-color: #000B1D;
}
.TagClassName
{
border-color: #000B1D;
}
</style>