Shades of Black Pearl #0D1517
Tints of Black Pearl #0D1517
RGB
CMYK
RGB Variations
Color information
#0D1517 (or 0x0D1517) is known color: Black Pearl. HEX triplet: 0D, 15 and 17. RGB value is (13,21,23). Sum of RGB (Red+Green+Blue) = 13+21+23=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D1517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1517 is #F2EAE8. Grayscale: #121212. Windows color (decimal): -15919849 or 1512717. OLE color: 1512717.
HSL color Cylindrical-coordinate representation of color #0D1517: hue angle of 192º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0D1517 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 21 | 23 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.91 |
| HSL | 192º | 0.28% | 0.07% | - |
| HSV(B) | 192º | 0.43% | 0.09% | - |
| XYZ | 0.59 | 0.68 | 0.91 | - |
| YUV | 18.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 23 | 0.43 | 0.09 | 0 | 0.91 | 192 | 0.28 | 0.07 |
| Hex | D | 15 | 17 | 2B | 9 | 0 | 5B | C0 | 1C | 7 |
| Octal | 15 | 25 | 27 | 53 | 11 | 0 | 133 | 300 | 34 | 7 |
| Binary | 1101 | 10101 | 10111 | 101011 | 1001 | 0 | 1011011 | 11000000 | 11100 | 111 |
Color Harmonies of #0D1517
Complementary color
Monochromatic Colors of #0D1517
Black with #0D1517
Text Example
Text Example
White with #0D1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1517; }
p { color: rgb(13,21,23); }
H1.HeaderClassName
{
color: #0D1517;
}
.AnyTagClassName
{
color: #0D1517;
}
</style>
background-color css
<style>
a { background-color: #0D1517; }
a { background-color: rgb(13,21,23); }
div.DivClassName
{
background-color: #0D1517;
}
.BgClassName
{
background-color: #0D1517;
}
</style>
border-color css
<style>
span { border-color: #0D1517; }
span { border-color: rgb(13,21,23); }
td.TdClassName
{
border-color: #0D1517;
}
.TagClassName
{
border-color: #0D1517;
}
</style>