Shades of Black Pearl #0B1214
Tints of Black Pearl #0B1214
RGB
CMYK
RGB Variations
Color information
#0B1214 (or 0x0B1214) is known color: Black Pearl. HEX triplet: 0B, 12 and 14. RGB value is (11,18,20). Sum of RGB (Red+Green+Blue) = 11+18+20=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B1214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1214 is #F4EDEB. Grayscale: #101010. Windows color (decimal): -16051692 or 1315339. OLE color: 1315339.
HSL color Cylindrical-coordinate representation of color #0B1214: hue angle of 193.33º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B1214 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 18 | 20 | - |
| CMYK | 0.45 | 0.10 | 0 | 0.92 |
| HSL | 193.33º | 0.29% | 0.06% | - |
| HSV(B) | 193.33º | 0.45% | 0.08% | - |
| XYZ | 0.48 | 0.55 | 0.74 | - |
| YUV | 16.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 20 | 0.45 | 0.10 | 0 | 0.92 | 193.33 | 0.29 | 0.06 |
| Hex | B | 12 | 14 | 2D | A | 0 | 5C | C1 | 1D | 6 |
| Octal | 13 | 22 | 24 | 55 | 12 | 0 | 134 | 301 | 35 | 6 |
| Binary | 1011 | 10010 | 10100 | 101101 | 1010 | 0 | 1011100 | 11000001 | 11101 | 110 |
Color Harmonies of #0B1214
Complementary color
Monochromatic Colors of #0B1214
Black with #0B1214
Text Example
Text Example
White with #0B1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1214; }
p { color: rgb(11,18,20); }
H1.HeaderClassName
{
color: #0B1214;
}
.AnyTagClassName
{
color: #0B1214;
}
</style>
background-color css
<style>
a { background-color: #0B1214; }
a { background-color: rgb(11,18,20); }
div.DivClassName
{
background-color: #0B1214;
}
.BgClassName
{
background-color: #0B1214;
}
</style>
border-color css
<style>
span { border-color: #0B1214; }
span { border-color: rgb(11,18,20); }
td.TdClassName
{
border-color: #0B1214;
}
.TagClassName
{
border-color: #0B1214;
}
</style>