Shades of Black Russian #0D0933
Tints of Black Russian #0D0933
RGB
CMYK
RGB Variations
Color information
#0D0933 (or 0x0D0933) is known color: Black Russian. HEX triplet: 0D, 09 and 33. RGB value is (13,9,51). Sum of RGB (Red+Green+Blue) = 13+9+51=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #0D0933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0933 is #F2F6CC. Grayscale: #0E0E0E. Windows color (decimal): -15922893 or 3344653. OLE color: 3344653.
HSL color Cylindrical-coordinate representation of color #0D0933: hue angle of 245.71º degrees, saturation: 0.7, 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 #0D0933 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 9 | 51 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.8 |
| HSL | 245.71º | 0.7% | 0.12% | - |
| HSV(B) | 245.71º | 0.82% | 0.2% | - |
| XYZ | 0.86 | 0.52 | 3.19 | - |
| YUV | 14.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 51 | 0.75 | 0.82 | 0 | 0.8 | 245.71 | 0.7 | 0.12 |
| Hex | D | 9 | 33 | 4B | 52 | 0 | 50 | F6 | 46 | C |
| Octal | 15 | 11 | 63 | 113 | 122 | 0 | 120 | 366 | 106 | 14 |
| Binary | 1101 | 1001 | 110011 | 1001011 | 1010010 | 0 | 1010000 | 11110110 | 1000110 | 1100 |
Color Harmonies of #0D0933
Complementary color
Monochromatic Colors of #0D0933
Black with #0D0933
Text Example
Text Example
White with #0D0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0933; }
p { color: rgb(13,9,51); }
H1.HeaderClassName
{
color: #0D0933;
}
.AnyTagClassName
{
color: #0D0933;
}
</style>
background-color css
<style>
a { background-color: #0D0933; }
a { background-color: rgb(13,9,51); }
div.DivClassName
{
background-color: #0D0933;
}
.BgClassName
{
background-color: #0D0933;
}
</style>
border-color css
<style>
span { border-color: #0D0933; }
span { border-color: rgb(13,9,51); }
td.TdClassName
{
border-color: #0D0933;
}
.TagClassName
{
border-color: #0D0933;
}
</style>