Shades of Black Russian #0D0E33
Tints of Black Russian #0D0E33
RGB
CMYK
RGB Variations
Color information
#0D0E33 (or 0x0D0E33) is known color: Black Russian. HEX triplet: 0D, 0E and 33. RGB value is (13,14,51). Sum of RGB (Red+Green+Blue) = 13+14+51=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 51 (20.31% from 255 or 65.38% from 78); Max value from RGB is 51 - color contains mainly: blue. Hex color #0D0E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0E33 is #F2F1CC. Grayscale: #111111. Windows color (decimal): -15921613 or 3345933. OLE color: 3345933.
HSL color Cylindrical-coordinate representation of color #0D0E33: hue angle of 238.42º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D0E33 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 13 | 14 | 51 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.8 |
| HSL | 238.42º | 0.59% | 0.13% | - |
| HSV(B) | 238.42º | 0.75% | 0.2% | - |
| XYZ | 0.92 | 0.64 | 3.21 | - |
| YUV | 17.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 51 | 0.75 | 0.73 | 0 | 0.8 | 238.42 | 0.59 | 0.13 |
| Hex | D | E | 33 | 4B | 49 | 0 | 50 | EE | 3B | D |
| Octal | 15 | 16 | 63 | 113 | 111 | 0 | 120 | 356 | 73 | 15 |
| Binary | 1101 | 1110 | 110011 | 1001011 | 1001001 | 0 | 1010000 | 11101110 | 111011 | 1101 |
Color Harmonies of #0D0E33
Complementary color
Monochromatic Colors of #0D0E33
Black with #0D0E33
Text Example
Text Example
White with #0D0E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0E33; }
p { color: rgb(13,14,51); }
H1.HeaderClassName
{
color: #0D0E33;
}
.AnyTagClassName
{
color: #0D0E33;
}
</style>
background-color css
<style>
a { background-color: #0D0E33; }
a { background-color: rgb(13,14,51); }
div.DivClassName
{
background-color: #0D0E33;
}
.BgClassName
{
background-color: #0D0E33;
}
</style>
border-color css
<style>
span { border-color: #0D0E33; }
span { border-color: rgb(13,14,51); }
td.TdClassName
{
border-color: #0D0E33;
}
.TagClassName
{
border-color: #0D0E33;
}
</style>