Shades of Black Pearl #0B151E
Tints of Black Pearl #0B151E
RGB
CMYK
RGB Variations
Color information
#0B151E (or 0x0B151E) is known color: Black Pearl. HEX triplet: 0B, 15 and 1E. RGB value is (11,21,30). Sum of RGB (Red+Green+Blue) = 11+21+30=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B151E is #F4EAE1. Grayscale: #121212. Windows color (decimal): -16050914 or 1971467. OLE color: 1971467.
HSL color Cylindrical-coordinate representation of color #0B151E: hue angle of 208.42º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B151E is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 21 | 30 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.88 |
| HSL | 208.42º | 0.46% | 0.08% | - |
| HSV(B) | 208.42º | 0.63% | 0.12% | - |
| XYZ | 0.64 | 0.7 | 1.33 | - |
| YUV | 19.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 30 | 0.63 | 0.30 | 0 | 0.88 | 208.42 | 0.46 | 0.08 |
| Hex | B | 15 | 1E | 3F | 1E | 0 | 58 | D0 | 2E | 8 |
| Octal | 13 | 25 | 36 | 77 | 36 | 0 | 130 | 320 | 56 | 10 |
| Binary | 1011 | 10101 | 11110 | 111111 | 11110 | 0 | 1011000 | 11010000 | 101110 | 1000 |
Color Harmonies of #0B151E
Complementary color
Monochromatic Colors of #0B151E
Black with #0B151E
Text Example
Text Example
White with #0B151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B151E; }
p { color: rgb(11,21,30); }
H1.HeaderClassName
{
color: #0B151E;
}
.AnyTagClassName
{
color: #0B151E;
}
</style>
background-color css
<style>
a { background-color: #0B151E; }
a { background-color: rgb(11,21,30); }
div.DivClassName
{
background-color: #0B151E;
}
.BgClassName
{
background-color: #0B151E;
}
</style>
border-color css
<style>
span { border-color: #0B151E; }
span { border-color: rgb(11,21,30); }
td.TdClassName
{
border-color: #0B151E;
}
.TagClassName
{
border-color: #0B151E;
}
</style>