Shades of Black Pearl #000B1E
Tints of Black Pearl #000B1E
RGB
CMYK
RGB Variations
Color information
#000B1E (or 0x000B1E) is known color: Black Pearl. HEX triplet: 00, 0B and 1E. RGB value is (0,11,30). Sum of RGB (Red+Green+Blue) = 0+11+30=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #000B1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B1E is #FFF4E1. Grayscale: #090909. Windows color (decimal): -16774370 or 1968896. OLE color: 1968896.
HSL color Cylindrical-coordinate representation of color #000B1E: hue angle of 218º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B1E is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 11 | 30 | - |
| CMYK | 1 | 0.63 | 0 | 0.88 |
| HSL | 218º | 1% | 0.06% | - |
| HSV(B) | 218º | 1% | 0.12% | - |
| XYZ | 0.35 | 0.33 | 1.27 | - |
| YUV | 9.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 30 | 1 | 0.63 | 0 | 0.88 | 218 | 1 | 0.06 |
| Hex | 0 | B | 1E | 64 | 3F | 0 | 58 | DA | 64 | 6 |
| Octal | 0 | 13 | 36 | 144 | 77 | 0 | 130 | 332 | 144 | 6 |
| Binary | 0 | 1011 | 11110 | 1100100 | 111111 | 0 | 1011000 | 11011010 | 1100100 | 110 |
Color Harmonies of #000B1E
Complementary color
Monochromatic Colors of #000B1E
Black with #000B1E
Text Example
Text Example
White with #000B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B1E; }
p { color: rgb(0,11,30); }
H1.HeaderClassName
{
color: #000B1E;
}
.AnyTagClassName
{
color: #000B1E;
}
</style>
background-color css
<style>
a { background-color: #000B1E; }
a { background-color: rgb(0,11,30); }
div.DivClassName
{
background-color: #000B1E;
}
.BgClassName
{
background-color: #000B1E;
}
</style>
border-color css
<style>
span { border-color: #000B1E; }
span { border-color: rgb(0,11,30); }
td.TdClassName
{
border-color: #000B1E;
}
.TagClassName
{
border-color: #000B1E;
}
</style>