Shades of Black Russian #0D0A35
Tints of Black Russian #0D0A35
RGB
CMYK
RGB Variations
Color information
#0D0A35 (or 0x0D0A35) is known color: Black Russian. HEX triplet: 0D, 0A and 35. RGB value is (13,10,53). Sum of RGB (Red+Green+Blue) = 13+10+53=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D0A35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0A35 is #F2F5CA. Grayscale: #0F0F0F. Windows color (decimal): -15922635 or 3475981. OLE color: 3475981.
HSL color Cylindrical-coordinate representation of color #0D0A35: hue angle of 244.19º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D0A35 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 10 | 53 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.79 |
| HSL | 244.19º | 0.68% | 0.12% | - |
| HSV(B) | 244.19º | 0.81% | 0.21% | - |
| XYZ | 0.92 | 0.56 | 3.43 | - |
| YUV | 15.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 10 | 53 | 0.75 | 0.81 | 0 | 0.79 | 244.19 | 0.68 | 0.12 |
| Hex | D | A | 35 | 4B | 51 | 0 | 4F | F4 | 44 | C |
| Octal | 15 | 12 | 65 | 113 | 121 | 0 | 117 | 364 | 104 | 14 |
| Binary | 1101 | 1010 | 110101 | 1001011 | 1010001 | 0 | 1001111 | 11110100 | 1000100 | 1100 |
Color Harmonies of #0D0A35
Complementary color
Monochromatic Colors of #0D0A35
Black with #0D0A35
Text Example
Text Example
White with #0D0A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0A35; }
p { color: rgb(13,10,53); }
H1.HeaderClassName
{
color: #0D0A35;
}
.AnyTagClassName
{
color: #0D0A35;
}
</style>
background-color css
<style>
a { background-color: #0D0A35; }
a { background-color: rgb(13,10,53); }
div.DivClassName
{
background-color: #0D0A35;
}
.BgClassName
{
background-color: #0D0A35;
}
</style>
border-color css
<style>
span { border-color: #0D0A35; }
span { border-color: rgb(13,10,53); }
td.TdClassName
{
border-color: #0D0A35;
}
.TagClassName
{
border-color: #0D0A35;
}
</style>