Shades of Black Pearl #0D1014
Tints of Black Pearl #0D1014
RGB
CMYK
RGB Variations
Color information
#0D1014 (or 0x0D1014) is known color: Black Pearl. HEX triplet: 0D, 10 and 14. RGB value is (13,16,20). Sum of RGB (Red+Green+Blue) = 13+16+20=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 16 (6.64% from 255 or 32.65% 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 #0D1014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1014 is #F2EFEB. Grayscale: #0F0F0F. Windows color (decimal): -15921132 or 1314829. OLE color: 1314829.
HSL color Cylindrical-coordinate representation of color #0D1014: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D1014 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 16 | 20 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.92 |
| HSL | 214.29º | 0.21% | 0.06% | - |
| HSV(B) | 214.29º | 0.35% | 0.08% | - |
| XYZ | 0.48 | 0.51 | 0.73 | - |
| YUV | 15.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 20 | 0.35 | 0.20 | 0 | 0.92 | 214.29 | 0.21 | 0.06 |
| Hex | D | 10 | 14 | 23 | 14 | 0 | 5C | D6 | 15 | 6 |
| Octal | 15 | 20 | 24 | 43 | 24 | 0 | 134 | 326 | 25 | 6 |
| Binary | 1101 | 10000 | 10100 | 100011 | 10100 | 0 | 1011100 | 11010110 | 10101 | 110 |
Color Harmonies of #0D1014
Complementary color
Monochromatic Colors of #0D1014
Black with #0D1014
Text Example
Text Example
White with #0D1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1014; }
p { color: rgb(13,16,20); }
H1.HeaderClassName
{
color: #0D1014;
}
.AnyTagClassName
{
color: #0D1014;
}
</style>
background-color css
<style>
a { background-color: #0D1014; }
a { background-color: rgb(13,16,20); }
div.DivClassName
{
background-color: #0D1014;
}
.BgClassName
{
background-color: #0D1014;
}
</style>
border-color css
<style>
span { border-color: #0D1014; }
span { border-color: rgb(13,16,20); }
td.TdClassName
{
border-color: #0D1014;
}
.TagClassName
{
border-color: #0D1014;
}
</style>