Shades of Black Pearl #000B1C
Tints of Black Pearl #000B1C
RGB
CMYK
RGB Variations
Color information
#000B1C (or 0x000B1C) is known color: Black Pearl. HEX triplet: 00, 0B and 1C. RGB value is (0,11,28). Sum of RGB (Red+Green+Blue) = 0+11+28=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #000B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B1C is #FFF4E3. Grayscale: #090909. Windows color (decimal): -16774372 or 1837824. OLE color: 1837824.
HSL color Cylindrical-coordinate representation of color #000B1C: hue angle of 216.43º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B1C is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 11 | 28 | - |
| CMYK | 1 | 0.61 | 0 | 0.89 |
| HSL | 216.43º | 1% | 0.05% | - |
| HSV(B) | 216.43º | 1% | 0.11% | - |
| XYZ | 0.33 | 0.32 | 1.14 | - |
| YUV | 9.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 28 | 1 | 0.61 | 0 | 0.89 | 216.43 | 1 | 0.05 |
| Hex | 0 | B | 1C | 64 | 3D | 0 | 59 | D8 | 64 | 5 |
| Octal | 0 | 13 | 34 | 144 | 75 | 0 | 131 | 330 | 144 | 5 |
| Binary | 0 | 1011 | 11100 | 1100100 | 111101 | 0 | 1011001 | 11011000 | 1100100 | 101 |
Color Harmonies of #000B1C
Complementary color
Monochromatic Colors of #000B1C
Black with #000B1C
Text Example
Text Example
White with #000B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B1C; }
p { color: rgb(0,11,28); }
H1.HeaderClassName
{
color: #000B1C;
}
.AnyTagClassName
{
color: #000B1C;
}
</style>
background-color css
<style>
a { background-color: #000B1C; }
a { background-color: rgb(0,11,28); }
div.DivClassName
{
background-color: #000B1C;
}
.BgClassName
{
background-color: #000B1C;
}
</style>
border-color css
<style>
span { border-color: #000B1C; }
span { border-color: rgb(0,11,28); }
td.TdClassName
{
border-color: #000B1C;
}
.TagClassName
{
border-color: #000B1C;
}
</style>