Shades of Black Pearl #0D1519
Tints of Black Pearl #0D1519
RGB
CMYK
RGB Variations
Color information
#0D1519 (or 0x0D1519) is known color: Black Pearl. HEX triplet: 0D, 15 and 19. RGB value is (13,21,25). Sum of RGB (Red+Green+Blue) = 13+21+25=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D1519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1519 is #F2EAE6. Grayscale: #131313. Windows color (decimal): -15919847 or 1643789. OLE color: 1643789.
HSL color Cylindrical-coordinate representation of color #0D1519: hue angle of 200º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D1519 is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 21 | 25 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.90 |
| HSL | 200º | 0.32% | 0.07% | - |
| HSV(B) | 200º | 0.48% | 0.1% | - |
| XYZ | 0.61 | 0.69 | 1.02 | - |
| YUV | 19.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 25 | 0.48 | 0.16 | 0 | 0.90 | 200 | 0.32 | 0.07 |
| Hex | D | 15 | 19 | 30 | 10 | 0 | 5A | C8 | 20 | 7 |
| Octal | 15 | 25 | 31 | 60 | 20 | 0 | 132 | 310 | 40 | 7 |
| Binary | 1101 | 10101 | 11001 | 110000 | 10000 | 0 | 1011010 | 11001000 | 100000 | 111 |
Color Harmonies of #0D1519
Complementary color
Monochromatic Colors of #0D1519
Black with #0D1519
Text Example
Text Example
White with #0D1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1519; }
p { color: rgb(13,21,25); }
H1.HeaderClassName
{
color: #0D1519;
}
.AnyTagClassName
{
color: #0D1519;
}
</style>
background-color css
<style>
a { background-color: #0D1519; }
a { background-color: rgb(13,21,25); }
div.DivClassName
{
background-color: #0D1519;
}
.BgClassName
{
background-color: #0D1519;
}
</style>
border-color css
<style>
span { border-color: #0D1519; }
span { border-color: rgb(13,21,25); }
td.TdClassName
{
border-color: #0D1519;
}
.TagClassName
{
border-color: #0D1519;
}
</style>