Shades of Black Pearl #0D1213
Tints of Black Pearl #0D1213
RGB
CMYK
RGB Variations
Color information
#0D1213 (or 0x0D1213) is known color: Black Pearl. HEX triplet: 0D, 12 and 13. RGB value is (13,18,19). Sum of RGB (Red+Green+Blue) = 13+18+19=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 19 - color contains mainly: blue. Hex color #0D1213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1213 is #F2EDEC. Grayscale: #101010. Windows color (decimal): -15920621 or 1249805. OLE color: 1249805.
HSL color Cylindrical-coordinate representation of color #0D1213: hue angle of 190º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0D1213 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 13 | 18 | 19 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.93 |
| HSL | 190º | 0.19% | 0.06% | - |
| HSV(B) | 190º | 0.32% | 0.07% | - |
| XYZ | 0.5 | 0.57 | 0.7 | - |
| YUV | 16.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 18 | 19 | 0.32 | 0.05 | 0 | 0.93 | 190 | 0.19 | 0.06 |
| Hex | D | 12 | 13 | 20 | 5 | 0 | 5D | BE | 13 | 6 |
| Octal | 15 | 22 | 23 | 40 | 5 | 0 | 135 | 276 | 23 | 6 |
| Binary | 1101 | 10010 | 10011 | 100000 | 101 | 0 | 1011101 | 10111110 | 10011 | 110 |
Color Harmonies of #0D1213
Complementary color
Monochromatic Colors of #0D1213
Black with #0D1213
Text Example
Text Example
White with #0D1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1213; }
p { color: rgb(13,18,19); }
H1.HeaderClassName
{
color: #0D1213;
}
.AnyTagClassName
{
color: #0D1213;
}
</style>
background-color css
<style>
a { background-color: #0D1213; }
a { background-color: rgb(13,18,19); }
div.DivClassName
{
background-color: #0D1213;
}
.BgClassName
{
background-color: #0D1213;
}
</style>
border-color css
<style>
span { border-color: #0D1213; }
span { border-color: rgb(13,18,19); }
td.TdClassName
{
border-color: #0D1213;
}
.TagClassName
{
border-color: #0D1213;
}
</style>