Shades of Black Pearl #000B1A
Tints of Black Pearl #000B1A
RGB
CMYK
RGB Variations
Color information
#000B1A (or 0x000B1A) is known color: Black Pearl. HEX triplet: 00, 0B and 1A. RGB value is (0,11,26). Sum of RGB (Red+Green+Blue) = 0+11+26=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #000B1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B1A is #FFF4E5. Grayscale: #090909. Windows color (decimal): -16774374 or 1706752. OLE color: 1706752.
HSL color Cylindrical-coordinate representation of color #000B1A: hue angle of 214.62º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B1A is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 11 | 26 | - |
| CMYK | 1 | 0.58 | 0 | 0.90 |
| HSL | 214.62º | 1% | 0.05% | - |
| HSV(B) | 214.62º | 1% | 0.1% | - |
| XYZ | 0.31 | 0.31 | 1.02 | - |
| YUV | 9.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 26 | 1 | 0.58 | 0 | 0.90 | 214.62 | 1 | 0.05 |
| Hex | 0 | B | 1A | 64 | 3A | 0 | 5A | D7 | 64 | 5 |
| Octal | 0 | 13 | 32 | 144 | 72 | 0 | 132 | 327 | 144 | 5 |
| Binary | 0 | 1011 | 11010 | 1100100 | 111010 | 0 | 1011010 | 11010111 | 1100100 | 101 |
Color Harmonies of #000B1A
Complementary color
Monochromatic Colors of #000B1A
Black with #000B1A
Text Example
Text Example
White with #000B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B1A; }
p { color: rgb(0,11,26); }
H1.HeaderClassName
{
color: #000B1A;
}
.AnyTagClassName
{
color: #000B1A;
}
</style>
background-color css
<style>
a { background-color: #000B1A; }
a { background-color: rgb(0,11,26); }
div.DivClassName
{
background-color: #000B1A;
}
.BgClassName
{
background-color: #000B1A;
}
</style>
border-color css
<style>
span { border-color: #000B1A; }
span { border-color: rgb(0,11,26); }
td.TdClassName
{
border-color: #000B1A;
}
.TagClassName
{
border-color: #000B1A;
}
</style>