Shades of Black Russian #0D0B34
Tints of Black Russian #0D0B34
RGB
CMYK
RGB Variations
Color information
#0D0B34 (or 0x0D0B34) is known color: Black Russian. HEX triplet: 0D, 0B and 34. RGB value is (13,11,52). Sum of RGB (Red+Green+Blue) = 13+11+52=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #0D0B34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0B34 is #F2F4CB. Grayscale: #101010. Windows color (decimal): -15922380 or 3410701. OLE color: 3410701.
HSL color Cylindrical-coordinate representation of color #0D0B34: hue angle of 242.93º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D0B34 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 11 | 52 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.80 |
| HSL | 242.93º | 0.65% | 0.12% | - |
| HSV(B) | 242.93º | 0.79% | 0.2% | - |
| XYZ | 0.91 | 0.57 | 3.31 | - |
| YUV | 16.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 11 | 52 | 0.75 | 0.79 | 0 | 0.80 | 242.93 | 0.65 | 0.12 |
| Hex | D | B | 34 | 4B | 4F | 0 | 50 | F3 | 41 | C |
| Octal | 15 | 13 | 64 | 113 | 117 | 0 | 120 | 363 | 101 | 14 |
| Binary | 1101 | 1011 | 110100 | 1001011 | 1001111 | 0 | 1010000 | 11110011 | 1000001 | 1100 |
Color Harmonies of #0D0B34
Complementary color
Monochromatic Colors of #0D0B34
Black with #0D0B34
Text Example
Text Example
White with #0D0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0B34; }
p { color: rgb(13,11,52); }
H1.HeaderClassName
{
color: #0D0B34;
}
.AnyTagClassName
{
color: #0D0B34;
}
</style>
background-color css
<style>
a { background-color: #0D0B34; }
a { background-color: rgb(13,11,52); }
div.DivClassName
{
background-color: #0D0B34;
}
.BgClassName
{
background-color: #0D0B34;
}
</style>
border-color css
<style>
span { border-color: #0D0B34; }
span { border-color: rgb(13,11,52); }
td.TdClassName
{
border-color: #0D0B34;
}
.TagClassName
{
border-color: #0D0B34;
}
</style>