Shades of Black Pearl #0B1012
Tints of Black Pearl #0B1012
RGB
CMYK
RGB Variations
Color information
#0B1012 (or 0x0B1012) is known color: Black Pearl. HEX triplet: 0B, 10 and 12. RGB value is (11,16,18). Sum of RGB (Red+Green+Blue) = 11+16+18=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B1012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1012 is #F4EFED. Grayscale: #0E0E0E. Windows color (decimal): -16052206 or 1183755. OLE color: 1183755.
HSL color Cylindrical-coordinate representation of color #0B1012: hue angle of 197.14º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0B1012 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 11 | 16 | 18 | - |
CMYK | 0.39 | 0.11 | 0 | 0.93 |
HSL | 197.14º | 0.24% | 0.06% | - |
HSV(B) | 197.14º | 0.39% | 0.07% | - |
XYZ | 0.43 | 0.49 | 0.64 | - |
YUV | 14.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 16 | 18 | 0.39 | 0.11 | 0 | 0.93 | 197.14 | 0.24 | 0.06 |
Hex | B | 10 | 12 | 27 | B | 0 | 5D | C5 | 18 | 6 |
Octal | 13 | 20 | 22 | 47 | 13 | 0 | 135 | 305 | 30 | 6 |
Binary | 1011 | 10000 | 10010 | 100111 | 1011 | 0 | 1011101 | 11000101 | 11000 | 110 |
Color Harmonies of #0B1012
Complementary color
Monochromatic Colors of #0B1012
Black with #0B1012
Text Example
Text Example
White with #0B1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1012; }
p { color: rgb(11,16,18); }
H1.HeaderClassName
{
color: #0B1012;
}
.AnyTagClassName
{
color: #0B1012;
}
</style>
background-color css
<style>
a { background-color: #0B1012; }
a { background-color: rgb(11,16,18); }
div.DivClassName
{
background-color: #0B1012;
}
.BgClassName
{
background-color: #0B1012;
}
</style>
border-color css
<style>
span { border-color: #0B1012; }
span { border-color: rgb(11,16,18); }
td.TdClassName
{
border-color: #0B1012;
}
.TagClassName
{
border-color: #0B1012;
}
</style>