Shades of Black Pearl #0D1319
Tints of Black Pearl #0D1319
RGB
CMYK
RGB Variations
Color information
#0D1319 (or 0x0D1319) is known color: Black Pearl. HEX triplet: 0D, 13 and 19. RGB value is (13,19,25). Sum of RGB (Red+Green+Blue) = 13+19+25=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #0D1319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1319 is #F2ECE6. Grayscale: #111111. Windows color (decimal): -15920359 or 1643277. OLE color: 1643277.
HSL color Cylindrical-coordinate representation of color #0D1319: hue angle of 210º 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 #0D1319 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 19 | 25 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.90 |
| HSL | 210º | 0.32% | 0.07% | - |
| HSV(B) | 210º | 0.48% | 0.1% | - |
| XYZ | 0.57 | 0.62 | 1.01 | - |
| YUV | 17.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 25 | 0.48 | 0.24 | 0 | 0.90 | 210 | 0.32 | 0.07 |
| Hex | D | 13 | 19 | 30 | 18 | 0 | 5A | D2 | 20 | 7 |
| Octal | 15 | 23 | 31 | 60 | 30 | 0 | 132 | 322 | 40 | 7 |
| Binary | 1101 | 10011 | 11001 | 110000 | 11000 | 0 | 1011010 | 11010010 | 100000 | 111 |
Color Harmonies of #0D1319
Complementary color
Monochromatic Colors of #0D1319
Black with #0D1319
Text Example
Text Example
White with #0D1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1319; }
p { color: rgb(13,19,25); }
H1.HeaderClassName
{
color: #0D1319;
}
.AnyTagClassName
{
color: #0D1319;
}
</style>
background-color css
<style>
a { background-color: #0D1319; }
a { background-color: rgb(13,19,25); }
div.DivClassName
{
background-color: #0D1319;
}
.BgClassName
{
background-color: #0D1319;
}
</style>
border-color css
<style>
span { border-color: #0D1319; }
span { border-color: rgb(13,19,25); }
td.TdClassName
{
border-color: #0D1319;
}
.TagClassName
{
border-color: #0D1319;
}
</style>