Shades of Black Pearl #0B1215
Tints of Black Pearl #0B1215
RGB
CMYK
RGB Variations
Color information
#0B1215 (or 0x0B1215) is known color: Black Pearl. HEX triplet: 0B, 12 and 15. RGB value is (11,18,21). Sum of RGB (Red+Green+Blue) = 11+18+21=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #0B1215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1215 is #F4EDEA. Grayscale: #101010. Windows color (decimal): -16051691 or 1380875. OLE color: 1380875.
HSL color Cylindrical-coordinate representation of color #0B1215: hue angle of 198º 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 #0B1215 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 18 | 21 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.92 |
| HSL | 198º | 0.31% | 0.06% | - |
| HSV(B) | 198º | 0.48% | 0.08% | - |
| XYZ | 0.49 | 0.56 | 0.79 | - |
| YUV | 16.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 21 | 0.48 | 0.14 | 0 | 0.92 | 198 | 0.31 | 0.06 |
| Hex | B | 12 | 15 | 30 | E | 0 | 5C | C6 | 1F | 6 |
| Octal | 13 | 22 | 25 | 60 | 16 | 0 | 134 | 306 | 37 | 6 |
| Binary | 1011 | 10010 | 10101 | 110000 | 1110 | 0 | 1011100 | 11000110 | 11111 | 110 |
Color Harmonies of #0B1215
Complementary color
Monochromatic Colors of #0B1215
Black with #0B1215
Text Example
Text Example
White with #0B1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1215; }
p { color: rgb(11,18,21); }
H1.HeaderClassName
{
color: #0B1215;
}
.AnyTagClassName
{
color: #0B1215;
}
</style>
background-color css
<style>
a { background-color: #0B1215; }
a { background-color: rgb(11,18,21); }
div.DivClassName
{
background-color: #0B1215;
}
.BgClassName
{
background-color: #0B1215;
}
</style>
border-color css
<style>
span { border-color: #0B1215; }
span { border-color: rgb(11,18,21); }
td.TdClassName
{
border-color: #0B1215;
}
.TagClassName
{
border-color: #0B1215;
}
</style>