Shades of Black Pearl #0B1517
Tints of Black Pearl #0B1517
RGB
CMYK
RGB Variations
Color information
#0B1517 (or 0x0B1517) is known color: Black Pearl. HEX triplet: 0B, 15 and 17. RGB value is (11,21,23). Sum of RGB (Red+Green+Blue) = 11+21+23=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B1517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1517 is #F4EAE8. Grayscale: #121212. Windows color (decimal): -16050921 or 1512715. OLE color: 1512715.
HSL color Cylindrical-coordinate representation of color #0B1517: hue angle of 190º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0B1517 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 21 | 23 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.91 |
| HSL | 190º | 0.35% | 0.07% | - |
| HSV(B) | 190º | 0.52% | 0.09% | - |
| XYZ | 0.56 | 0.67 | 0.91 | - |
| YUV | 18.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 23 | 0.52 | 0.09 | 0 | 0.91 | 190 | 0.35 | 0.07 |
| Hex | B | 15 | 17 | 34 | 9 | 0 | 5B | BE | 23 | 7 |
| Octal | 13 | 25 | 27 | 64 | 11 | 0 | 133 | 276 | 43 | 7 |
| Binary | 1011 | 10101 | 10111 | 110100 | 1001 | 0 | 1011011 | 10111110 | 100011 | 111 |
Color Harmonies of #0B1517
Complementary color
Monochromatic Colors of #0B1517
Black with #0B1517
Text Example
Text Example
White with #0B1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1517; }
p { color: rgb(11,21,23); }
H1.HeaderClassName
{
color: #0B1517;
}
.AnyTagClassName
{
color: #0B1517;
}
</style>
background-color css
<style>
a { background-color: #0B1517; }
a { background-color: rgb(11,21,23); }
div.DivClassName
{
background-color: #0B1517;
}
.BgClassName
{
background-color: #0B1517;
}
</style>
border-color css
<style>
span { border-color: #0B1517; }
span { border-color: rgb(11,21,23); }
td.TdClassName
{
border-color: #0B1517;
}
.TagClassName
{
border-color: #0B1517;
}
</style>