Shades of Black Pearl #0D1419
Tints of Black Pearl #0D1419
RGB
CMYK
RGB Variations
Color information
#0D1419 (or 0x0D1419) is known color: Black Pearl. HEX triplet: 0D, 14 and 19. RGB value is (13,20,25). Sum of RGB (Red+Green+Blue) = 13+20+25=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D1419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1419 is #F2EBE6. Grayscale: #121212. Windows color (decimal): -15920103 or 1643533. OLE color: 1643533.
HSL color Cylindrical-coordinate representation of color #0D1419: hue angle of 205º 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 #0D1419 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 20 | 25 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.90 |
| HSL | 205º | 0.32% | 0.07% | - |
| HSV(B) | 205º | 0.48% | 0.1% | - |
| XYZ | 0.59 | 0.66 | 1.02 | - |
| YUV | 18.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 20 | 25 | 0.48 | 0.20 | 0 | 0.90 | 205 | 0.32 | 0.07 |
| Hex | D | 14 | 19 | 30 | 14 | 0 | 5A | CD | 20 | 7 |
| Octal | 15 | 24 | 31 | 60 | 24 | 0 | 132 | 315 | 40 | 7 |
| Binary | 1101 | 10100 | 11001 | 110000 | 10100 | 0 | 1011010 | 11001101 | 100000 | 111 |
Color Harmonies of #0D1419
Complementary color
Monochromatic Colors of #0D1419
Black with #0D1419
Text Example
Text Example
White with #0D1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1419; }
p { color: rgb(13,20,25); }
H1.HeaderClassName
{
color: #0D1419;
}
.AnyTagClassName
{
color: #0D1419;
}
</style>
background-color css
<style>
a { background-color: #0D1419; }
a { background-color: rgb(13,20,25); }
div.DivClassName
{
background-color: #0D1419;
}
.BgClassName
{
background-color: #0D1419;
}
</style>
border-color css
<style>
span { border-color: #0D1419; }
span { border-color: rgb(13,20,25); }
td.TdClassName
{
border-color: #0D1419;
}
.TagClassName
{
border-color: #0D1419;
}
</style>