Shades of Black Russian #0D082E
Tints of Black Russian #0D082E
RGB
CMYK
RGB Variations
Color information
#0D082E (or 0x0D082E) is known color: Black Russian. HEX triplet: 0D, 08 and 2E. RGB value is (13,8,46). Sum of RGB (Red+Green+Blue) = 13+8+46=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D082E is #F2F7D1. Grayscale: #0D0D0D. Windows color (decimal): -15923154 or 3016717. OLE color: 3016717.
HSL color Cylindrical-coordinate representation of color #0D082E: hue angle of 247.89º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D082E is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 8 | 46 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.82 |
| HSL | 247.89º | 0.7% | 0.11% | - |
| HSV(B) | 247.89º | 0.83% | 0.18% | - |
| XYZ | 0.75 | 0.46 | 2.63 | - |
| YUV | 13.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 46 | 0.72 | 0.83 | 0 | 0.82 | 247.89 | 0.7 | 0.11 |
| Hex | D | 8 | 2E | 48 | 53 | 0 | 52 | F8 | 46 | B |
| Octal | 15 | 10 | 56 | 110 | 123 | 0 | 122 | 370 | 106 | 13 |
| Binary | 1101 | 1000 | 101110 | 1001000 | 1010011 | 0 | 1010010 | 11111000 | 1000110 | 1011 |
Color Harmonies of #0D082E
Complementary color
Monochromatic Colors of #0D082E
Black with #0D082E
Text Example
Text Example
White with #0D082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D082E; }
p { color: rgb(13,8,46); }
H1.HeaderClassName
{
color: #0D082E;
}
.AnyTagClassName
{
color: #0D082E;
}
</style>
background-color css
<style>
a { background-color: #0D082E; }
a { background-color: rgb(13,8,46); }
div.DivClassName
{
background-color: #0D082E;
}
.BgClassName
{
background-color: #0D082E;
}
</style>
border-color css
<style>
span { border-color: #0D082E; }
span { border-color: rgb(13,8,46); }
td.TdClassName
{
border-color: #0D082E;
}
.TagClassName
{
border-color: #0D082E;
}
</style>