Shades of Black Pearl #0D1112
Tints of Black Pearl #0D1112
RGB
CMYK
RGB Variations
Color information
#0D1112 (or 0x0D1112) is known color: Black Pearl. HEX triplet: 0D, 11 and 12. RGB value is (13,17,18). Sum of RGB (Red+Green+Blue) = 13+17+18=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 18 - color contains mainly: blue. Hex color #0D1112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1112 is #F2EEED. Grayscale: #0F0F0F. Windows color (decimal): -15920878 or 1184013. OLE color: 1184013.
HSL color Cylindrical-coordinate representation of color #0D1112: hue angle of 192º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #0D1112 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 17 | 18 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.93 |
| HSL | 192º | 0.16% | 0.06% | - |
| HSV(B) | 192º | 0.28% | 0.07% | - |
| XYZ | 0.48 | 0.53 | 0.65 | - |
| YUV | 15.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 18 | 0.28 | 0.06 | 0 | 0.93 | 192 | 0.16 | 0.06 |
| Hex | D | 11 | 12 | 1C | 6 | 0 | 5D | C0 | 10 | 6 |
| Octal | 15 | 21 | 22 | 34 | 6 | 0 | 135 | 300 | 20 | 6 |
| Binary | 1101 | 10001 | 10010 | 11100 | 110 | 0 | 1011101 | 11000000 | 10000 | 110 |
Color Harmonies of #0D1112
Complementary color
Monochromatic Colors of #0D1112
Black with #0D1112
Text Example
Text Example
White with #0D1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1112; }
p { color: rgb(13,17,18); }
H1.HeaderClassName
{
color: #0D1112;
}
.AnyTagClassName
{
color: #0D1112;
}
</style>
background-color css
<style>
a { background-color: #0D1112; }
a { background-color: rgb(13,17,18); }
div.DivClassName
{
background-color: #0D1112;
}
.BgClassName
{
background-color: #0D1112;
}
</style>
border-color css
<style>
span { border-color: #0D1112; }
span { border-color: rgb(13,17,18); }
td.TdClassName
{
border-color: #0D1112;
}
.TagClassName
{
border-color: #0D1112;
}
</style>