Shades of Black Russian #0D0932
Tints of Black Russian #0D0932
RGB
CMYK
RGB Variations
Color information
#0D0932 (or 0x0D0932) is known color: Black Russian. HEX triplet: 0D, 09 and 32. RGB value is (13,9,50). Sum of RGB (Red+Green+Blue) = 13+9+50=72 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.06% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 50 (19.92% from 255 or 69.44% from 72); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D0932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0932 is #F2F6CD. Grayscale: #0E0E0E. Windows color (decimal): -15922894 or 3279117. OLE color: 3279117.
HSL color Cylindrical-coordinate representation of color #0D0932: hue angle of 245.85º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D0932 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 9 | 50 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.80 |
| HSL | 245.85º | 0.69% | 0.12% | - |
| HSV(B) | 245.85º | 0.82% | 0.2% | - |
| XYZ | 0.84 | 0.51 | 3.07 | - |
| YUV | 14.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 50 | 0.74 | 0.82 | 0 | 0.80 | 245.85 | 0.69 | 0.12 |
| Hex | D | 9 | 32 | 4A | 52 | 0 | 50 | F6 | 45 | C |
| Octal | 15 | 11 | 62 | 112 | 122 | 0 | 120 | 366 | 105 | 14 |
| Binary | 1101 | 1001 | 110010 | 1001010 | 1010010 | 0 | 1010000 | 11110110 | 1000101 | 1100 |
Color Harmonies of #0D0932
Complementary color
Monochromatic Colors of #0D0932
Black with #0D0932
Text Example
Text Example
White with #0D0932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0932; }
p { color: rgb(13,9,50); }
H1.HeaderClassName
{
color: #0D0932;
}
.AnyTagClassName
{
color: #0D0932;
}
</style>
background-color css
<style>
a { background-color: #0D0932; }
a { background-color: rgb(13,9,50); }
div.DivClassName
{
background-color: #0D0932;
}
.BgClassName
{
background-color: #0D0932;
}
</style>
border-color css
<style>
span { border-color: #0D0932; }
span { border-color: rgb(13,9,50); }
td.TdClassName
{
border-color: #0D0932;
}
.TagClassName
{
border-color: #0D0932;
}
</style>