Shades of Black Pearl #0B1013
Tints of Black Pearl #0B1013
RGB
CMYK
RGB Variations
Color information
#0B1013 (or 0x0B1013) is known color: Black Pearl. HEX triplet: 0B, 10 and 13. RGB value is (11,16,19). Sum of RGB (Red+Green+Blue) = 11+16+19=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B1013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1013 is #F4EFEC. Grayscale: #0E0E0E. Windows color (decimal): -16052205 or 1249291. OLE color: 1249291.
HSL color Cylindrical-coordinate representation of color #0B1013: hue angle of 202.5º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0B1013 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 16 | 19 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.93 |
| HSL | 202.5º | 0.27% | 0.06% | - |
| HSV(B) | 202.5º | 0.42% | 0.07% | - |
| XYZ | 0.44 | 0.49 | 0.69 | - |
| YUV | 14.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 19 | 0.42 | 0.16 | 0 | 0.93 | 202.5 | 0.27 | 0.06 |
| Hex | B | 10 | 13 | 2A | 10 | 0 | 5D | CA | 1B | 6 |
| Octal | 13 | 20 | 23 | 52 | 20 | 0 | 135 | 312 | 33 | 6 |
| Binary | 1011 | 10000 | 10011 | 101010 | 10000 | 0 | 1011101 | 11001010 | 11011 | 110 |
Color Harmonies of #0B1013
Complementary color
Monochromatic Colors of #0B1013
Black with #0B1013
Text Example
Text Example
White with #0B1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1013; }
p { color: rgb(11,16,19); }
H1.HeaderClassName
{
color: #0B1013;
}
.AnyTagClassName
{
color: #0B1013;
}
</style>
background-color css
<style>
a { background-color: #0B1013; }
a { background-color: rgb(11,16,19); }
div.DivClassName
{
background-color: #0B1013;
}
.BgClassName
{
background-color: #0B1013;
}
</style>
border-color css
<style>
span { border-color: #0B1013; }
span { border-color: rgb(11,16,19); }
td.TdClassName
{
border-color: #0B1013;
}
.TagClassName
{
border-color: #0B1013;
}
</style>