Shades of Black Pearl #0B1415
Tints of Black Pearl #0B1415
RGB
CMYK
RGB Variations
Color information
#0B1415 (or 0x0B1415) is known color: Black Pearl. HEX triplet: 0B, 14 and 15. RGB value is (11,20,21). Sum of RGB (Red+Green+Blue) = 11+20+21=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B1415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1415 is #F4EBEA. Grayscale: #111111. Windows color (decimal): -16051179 or 1381387. OLE color: 1381387.
HSL color Cylindrical-coordinate representation of color #0B1415: hue angle of 186º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B1415 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 20 | 21 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.92 |
| HSL | 186º | 0.31% | 0.06% | - |
| HSV(B) | 186º | 0.48% | 0.08% | - |
| XYZ | 0.52 | 0.63 | 0.8 | - |
| YUV | 17.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 21 | 0.48 | 0.05 | 0 | 0.92 | 186 | 0.31 | 0.06 |
| Hex | B | 14 | 15 | 30 | 5 | 0 | 5C | BA | 1F | 6 |
| Octal | 13 | 24 | 25 | 60 | 5 | 0 | 134 | 272 | 37 | 6 |
| Binary | 1011 | 10100 | 10101 | 110000 | 101 | 0 | 1011100 | 10111010 | 11111 | 110 |
Color Harmonies of #0B1415
Complementary color
Monochromatic Colors of #0B1415
Black with #0B1415
Text Example
Text Example
White with #0B1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1415; }
p { color: rgb(11,20,21); }
H1.HeaderClassName
{
color: #0B1415;
}
.AnyTagClassName
{
color: #0B1415;
}
</style>
background-color css
<style>
a { background-color: #0B1415; }
a { background-color: rgb(11,20,21); }
div.DivClassName
{
background-color: #0B1415;
}
.BgClassName
{
background-color: #0B1415;
}
</style>
border-color css
<style>
span { border-color: #0B1415; }
span { border-color: rgb(11,20,21); }
td.TdClassName
{
border-color: #0B1415;
}
.TagClassName
{
border-color: #0B1415;
}
</style>