Shades of Black Pearl #0D1013
Tints of Black Pearl #0D1013
RGB
CMYK
RGB Variations
Color information
#0D1013 (or 0x0D1013) is known color: Black Pearl. HEX triplet: 0D, 10 and 13. RGB value is (13,16,19). Sum of RGB (Red+Green+Blue) = 13+16+19=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 19 - color contains mainly: blue. Hex color #0D1013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1013 is #F2EFEC. Grayscale: #0F0F0F. Windows color (decimal): -15921133 or 1249293. OLE color: 1249293.
HSL color Cylindrical-coordinate representation of color #0D1013: hue angle of 210º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0D1013 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 16 | 19 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.93 |
| HSL | 210º | 0.19% | 0.06% | - |
| HSV(B) | 210º | 0.32% | 0.07% | - |
| XYZ | 0.47 | 0.5 | 0.69 | - |
| YUV | 15.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 19 | 0.32 | 0.16 | 0 | 0.93 | 210 | 0.19 | 0.06 |
| Hex | D | 10 | 13 | 20 | 10 | 0 | 5D | D2 | 13 | 6 |
| Octal | 15 | 20 | 23 | 40 | 20 | 0 | 135 | 322 | 23 | 6 |
| Binary | 1101 | 10000 | 10011 | 100000 | 10000 | 0 | 1011101 | 11010010 | 10011 | 110 |
Color Harmonies of #0D1013
Complementary color
Monochromatic Colors of #0D1013
Black with #0D1013
Text Example
Text Example
White with #0D1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1013; }
p { color: rgb(13,16,19); }
H1.HeaderClassName
{
color: #0D1013;
}
.AnyTagClassName
{
color: #0D1013;
}
</style>
background-color css
<style>
a { background-color: #0D1013; }
a { background-color: rgb(13,16,19); }
div.DivClassName
{
background-color: #0D1013;
}
.BgClassName
{
background-color: #0D1013;
}
</style>
border-color css
<style>
span { border-color: #0D1013; }
span { border-color: rgb(13,16,19); }
td.TdClassName
{
border-color: #0D1013;
}
.TagClassName
{
border-color: #0D1013;
}
</style>