Shades of Black Pearl #0D1619
Tints of Black Pearl #0D1619
RGB
CMYK
RGB Variations
Color information
#0D1619 (or 0x0D1619) is known color: Black Pearl. HEX triplet: 0D, 16 and 19. RGB value is (13,22,25). Sum of RGB (Red+Green+Blue) = 13+22+25=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D1619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1619 is #F2E9E6. Grayscale: #131313. Windows color (decimal): -15919591 or 1644045. OLE color: 1644045.
HSL color Cylindrical-coordinate representation of color #0D1619: hue angle of 195º 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 #0D1619 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 22 | 25 | - |
| CMYK | 0.48 | 0.12 | 0 | 0.90 |
| HSL | 195º | 0.32% | 0.07% | - |
| HSV(B) | 195º | 0.48% | 0.1% | - |
| XYZ | 0.63 | 0.73 | 1.03 | - |
| YUV | 19.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 22 | 25 | 0.48 | 0.12 | 0 | 0.90 | 195 | 0.32 | 0.07 |
| Hex | D | 16 | 19 | 30 | C | 0 | 5A | C3 | 20 | 7 |
| Octal | 15 | 26 | 31 | 60 | 14 | 0 | 132 | 303 | 40 | 7 |
| Binary | 1101 | 10110 | 11001 | 110000 | 1100 | 0 | 1011010 | 11000011 | 100000 | 111 |
Color Harmonies of #0D1619
Complementary color
Monochromatic Colors of #0D1619
Black with #0D1619
Text Example
Text Example
White with #0D1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1619; }
p { color: rgb(13,22,25); }
H1.HeaderClassName
{
color: #0D1619;
}
.AnyTagClassName
{
color: #0D1619;
}
</style>
background-color css
<style>
a { background-color: #0D1619; }
a { background-color: rgb(13,22,25); }
div.DivClassName
{
background-color: #0D1619;
}
.BgClassName
{
background-color: #0D1619;
}
</style>
border-color css
<style>
span { border-color: #0D1619; }
span { border-color: rgb(13,22,25); }
td.TdClassName
{
border-color: #0D1619;
}
.TagClassName
{
border-color: #0D1619;
}
</style>