Shades of Black Russian #0D082F
Tints of Black Russian #0D082F
RGB
CMYK
RGB Variations
Color information
#0D082F (or 0x0D082F) is known color: Black Russian. HEX triplet: 0D, 08 and 2F. RGB value is (13,8,47). Sum of RGB (Red+Green+Blue) = 13+8+47=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #0D082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D082F is #F2F7D0. Grayscale: #0D0D0D. Windows color (decimal): -15923153 or 3082253. OLE color: 3082253.
HSL color Cylindrical-coordinate representation of color #0D082F: hue angle of 247.69º degrees, saturation: 0.71, 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 #0D082F is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 8 | 47 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.82 |
| HSL | 247.69º | 0.71% | 0.11% | - |
| HSV(B) | 247.69º | 0.83% | 0.18% | - |
| XYZ | 0.77 | 0.46 | 2.74 | - |
| YUV | 13.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 47 | 0.72 | 0.83 | 0 | 0.82 | 247.69 | 0.71 | 0.11 |
| Hex | D | 8 | 2F | 48 | 53 | 0 | 52 | F8 | 47 | B |
| Octal | 15 | 10 | 57 | 110 | 123 | 0 | 122 | 370 | 107 | 13 |
| Binary | 1101 | 1000 | 101111 | 1001000 | 1010011 | 0 | 1010010 | 11111000 | 1000111 | 1011 |
Color Harmonies of #0D082F
Complementary color
Monochromatic Colors of #0D082F
Black with #0D082F
Text Example
Text Example
White with #0D082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D082F; }
p { color: rgb(13,8,47); }
H1.HeaderClassName
{
color: #0D082F;
}
.AnyTagClassName
{
color: #0D082F;
}
</style>
background-color css
<style>
a { background-color: #0D082F; }
a { background-color: rgb(13,8,47); }
div.DivClassName
{
background-color: #0D082F;
}
.BgClassName
{
background-color: #0D082F;
}
</style>
border-color css
<style>
span { border-color: #0D082F; }
span { border-color: rgb(13,8,47); }
td.TdClassName
{
border-color: #0D082F;
}
.TagClassName
{
border-color: #0D082F;
}
</style>