Shades of Black Pearl #0B1114
Tints of Black Pearl #0B1114
RGB
CMYK
RGB Variations
Color information
#0B1114 (or 0x0B1114) is known color: Black Pearl. HEX triplet: 0B, 11 and 14. RGB value is (11,17,20). Sum of RGB (Red+Green+Blue) = 11+17+20=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B1114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1114 is #F4EEEB. Grayscale: #0F0F0F. Windows color (decimal): -16051948 or 1315083. OLE color: 1315083.
HSL color Cylindrical-coordinate representation of color #0B1114: hue angle of 200º 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 #0B1114 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 17 | 20 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.92 |
| HSL | 200º | 0.29% | 0.06% | - |
| HSV(B) | 200º | 0.45% | 0.08% | - |
| XYZ | 0.46 | 0.52 | 0.74 | - |
| YUV | 15.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 20 | 0.45 | 0.15 | 0 | 0.92 | 200 | 0.29 | 0.06 |
| Hex | B | 11 | 14 | 2D | F | 0 | 5C | C8 | 1D | 6 |
| Octal | 13 | 21 | 24 | 55 | 17 | 0 | 134 | 310 | 35 | 6 |
| Binary | 1011 | 10001 | 10100 | 101101 | 1111 | 0 | 1011100 | 11001000 | 11101 | 110 |
Color Harmonies of #0B1114
Complementary color
Monochromatic Colors of #0B1114
Black with #0B1114
Text Example
Text Example
White with #0B1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1114; }
p { color: rgb(11,17,20); }
H1.HeaderClassName
{
color: #0B1114;
}
.AnyTagClassName
{
color: #0B1114;
}
</style>
background-color css
<style>
a { background-color: #0B1114; }
a { background-color: rgb(11,17,20); }
div.DivClassName
{
background-color: #0B1114;
}
.BgClassName
{
background-color: #0B1114;
}
</style>
border-color css
<style>
span { border-color: #0B1114; }
span { border-color: rgb(11,17,20); }
td.TdClassName
{
border-color: #0B1114;
}
.TagClassName
{
border-color: #0B1114;
}
</style>