Shades of Black Pearl #0D1920
Tints of Black Pearl #0D1920
RGB
CMYK
RGB Variations
Color information
#0D1920 (or 0x0D1920) is known color: Black Pearl. HEX triplet: 0D, 19 and 20. RGB value is (13,25,32). Sum of RGB (Red+Green+Blue) = 13+25+32=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 32 - color contains mainly: blue. Hex color #0D1920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1920 is #F2E6DF. Grayscale: #161616. Windows color (decimal): -15918816 or 2103565. OLE color: 2103565.
HSL color Cylindrical-coordinate representation of color #0D1920: hue angle of 202.11º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0D1920 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 25 | 32 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.87 |
| HSL | 202.11º | 0.42% | 0.09% | - |
| HSV(B) | 202.11º | 0.59% | 0.13% | - |
| XYZ | 0.77 | 0.89 | 1.5 | - |
| YUV | 22.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 32 | 0.59 | 0.22 | 0 | 0.87 | 202.11 | 0.42 | 0.09 |
| Hex | D | 19 | 20 | 3B | 16 | 0 | 57 | CA | 2A | 9 |
| Octal | 15 | 31 | 40 | 73 | 26 | 0 | 127 | 312 | 52 | 11 |
| Binary | 1101 | 11001 | 100000 | 111011 | 10110 | 0 | 1010111 | 11001010 | 101010 | 1001 |
Color Harmonies of #0D1920
Complementary color
Monochromatic Colors of #0D1920
Black with #0D1920
Text Example
Text Example
White with #0D1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1920; }
p { color: rgb(13,25,32); }
H1.HeaderClassName
{
color: #0D1920;
}
.AnyTagClassName
{
color: #0D1920;
}
</style>
background-color css
<style>
a { background-color: #0D1920; }
a { background-color: rgb(13,25,32); }
div.DivClassName
{
background-color: #0D1920;
}
.BgClassName
{
background-color: #0D1920;
}
</style>
border-color css
<style>
span { border-color: #0D1920; }
span { border-color: rgb(13,25,32); }
td.TdClassName
{
border-color: #0D1920;
}
.TagClassName
{
border-color: #0D1920;
}
</style>