Shades of Black Russian #0D0B35
Tints of Black Russian #0D0B35
RGB
CMYK
RGB Variations
Color information
#0D0B35 (or 0x0D0B35) is known color: Black Russian. HEX triplet: 0D, 0B and 35. RGB value is (13,11,53). Sum of RGB (Red+Green+Blue) = 13+11+53=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D0B35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0B35 is #F2F4CA. Grayscale: #101010. Windows color (decimal): -15922379 or 3476237. OLE color: 3476237.
HSL color Cylindrical-coordinate representation of color #0D0B35: hue angle of 242.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D0B35 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 11 | 53 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.79 |
| HSL | 242.86º | 0.66% | 0.13% | - |
| HSV(B) | 242.86º | 0.79% | 0.21% | - |
| XYZ | 0.93 | 0.58 | 3.43 | - |
| YUV | 16.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 53 | 0.75 | 0.79 | 0 | 0.79 | 242.86 | 0.66 | 0.13 |
| Hex | D | B | 35 | 4B | 4F | 0 | 4F | F3 | 42 | D |
| Octal | 15 | 13 | 65 | 113 | 117 | 0 | 117 | 363 | 102 | 15 |
| Binary | 1101 | 1011 | 110101 | 1001011 | 1001111 | 0 | 1001111 | 11110011 | 1000010 | 1101 |
Color Harmonies of #0D0B35
Complementary color
Monochromatic Colors of #0D0B35
Black with #0D0B35
Text Example
Text Example
White with #0D0B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B35; }
p { color: rgb(13,11,53); }
H1.HeaderClassName
{
color: #0D0B35;
}
.AnyTagClassName
{
color: #0D0B35;
}
</style>
background-color css
<style>
a { background-color: #0D0B35; }
a { background-color: rgb(13,11,53); }
div.DivClassName
{
background-color: #0D0B35;
}
.BgClassName
{
background-color: #0D0B35;
}
</style>
border-color css
<style>
span { border-color: #0D0B35; }
span { border-color: rgb(13,11,53); }
td.TdClassName
{
border-color: #0D0B35;
}
.TagClassName
{
border-color: #0D0B35;
}
</style>