Shades of Black Russian #0D0C20
Tints of Black Russian #0D0C20
RGB
CMYK
RGB Variations
Color information
#0D0C20 (or 0x0D0C20) is known color: Black Russian. HEX triplet: 0D, 0C and 20. RGB value is (13,12,32). Sum of RGB (Red+Green+Blue) = 13+12+32=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #0D0C20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0C20 is #F2F3DF. Grayscale: #0E0E0E. Windows color (decimal): -15922144 or 2100237. OLE color: 2100237.
HSL color Cylindrical-coordinate representation of color #0D0C20: hue angle of 243º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D0C20 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 12 | 32 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.87 |
| HSL | 243º | 0.45% | 0.09% | - |
| HSV(B) | 243º | 0.63% | 0.13% | - |
| XYZ | 0.56 | 0.45 | 1.42 | - |
| YUV | 14.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 32 | 0.59 | 0.63 | 0 | 0.87 | 243 | 0.45 | 0.09 |
| Hex | D | C | 20 | 3B | 3F | 0 | 57 | F3 | 2D | 9 |
| Octal | 15 | 14 | 40 | 73 | 77 | 0 | 127 | 363 | 55 | 11 |
| Binary | 1101 | 1100 | 100000 | 111011 | 111111 | 0 | 1010111 | 11110011 | 101101 | 1001 |
Color Harmonies of #0D0C20
Complementary color
Monochromatic Colors of #0D0C20
Black with #0D0C20
Text Example
Text Example
White with #0D0C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C20; }
p { color: rgb(13,12,32); }
H1.HeaderClassName
{
color: #0D0C20;
}
.AnyTagClassName
{
color: #0D0C20;
}
</style>
background-color css
<style>
a { background-color: #0D0C20; }
a { background-color: rgb(13,12,32); }
div.DivClassName
{
background-color: #0D0C20;
}
.BgClassName
{
background-color: #0D0C20;
}
</style>
border-color css
<style>
span { border-color: #0D0C20; }
span { border-color: rgb(13,12,32); }
td.TdClassName
{
border-color: #0D0C20;
}
.TagClassName
{
border-color: #0D0C20;
}
</style>