Shades of Black Russian #0D0832
Tints of Black Russian #0D0832
RGB
CMYK
RGB Variations
Color information
#0D0832 (or 0x0D0832) is known color: Black Russian. HEX triplet: 0D, 08 and 32. RGB value is (13,8,50). Sum of RGB (Red+Green+Blue) = 13+8+50=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D0832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0832 is #F2F7CD. Grayscale: #0E0E0E. Windows color (decimal): -15923150 or 3278861. OLE color: 3278861.
HSL color Cylindrical-coordinate representation of color #0D0832: hue angle of 247.14º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D0832 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 8 | 50 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.80 |
| HSL | 247.14º | 0.72% | 0.11% | - |
| HSV(B) | 247.14º | 0.84% | 0.2% | - |
| XYZ | 0.83 | 0.49 | 3.07 | - |
| YUV | 14.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 50 | 0.74 | 0.84 | 0 | 0.80 | 247.14 | 0.72 | 0.11 |
| Hex | D | 8 | 32 | 4A | 54 | 0 | 50 | F7 | 48 | B |
| Octal | 15 | 10 | 62 | 112 | 124 | 0 | 120 | 367 | 110 | 13 |
| Binary | 1101 | 1000 | 110010 | 1001010 | 1010100 | 0 | 1010000 | 11110111 | 1001000 | 1011 |
Color Harmonies of #0D0832
Complementary color
Monochromatic Colors of #0D0832
Black with #0D0832
Text Example
Text Example
White with #0D0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0832; }
p { color: rgb(13,8,50); }
H1.HeaderClassName
{
color: #0D0832;
}
.AnyTagClassName
{
color: #0D0832;
}
</style>
background-color css
<style>
a { background-color: #0D0832; }
a { background-color: rgb(13,8,50); }
div.DivClassName
{
background-color: #0D0832;
}
.BgClassName
{
background-color: #0D0832;
}
</style>
border-color css
<style>
span { border-color: #0D0832; }
span { border-color: rgb(13,8,50); }
td.TdClassName
{
border-color: #0D0832;
}
.TagClassName
{
border-color: #0D0832;
}
</style>