Shades of Black Russian #0D0E2F
Tints of Black Russian #0D0E2F
RGB
CMYK
RGB Variations
Color information
#0D0E2F (or 0x0D0E2F) is known color: Black Russian. HEX triplet: 0D, 0E and 2F. RGB value is (13,14,47). Sum of RGB (Red+Green+Blue) = 13+14+47=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #0D0E2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0E2F is #F2F1D0. Grayscale: #111111. Windows color (decimal): -15921617 or 3083789. OLE color: 3083789.
HSL color Cylindrical-coordinate representation of color #0D0E2F: hue angle of 238.24º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D0E2F is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 14 | 47 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.82 |
| HSL | 238.24º | 0.57% | 0.12% | - |
| HSV(B) | 238.24º | 0.72% | 0.18% | - |
| XYZ | 0.84 | 0.6 | 2.76 | - |
| YUV | 17.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 14 | 47 | 0.72 | 0.70 | 0 | 0.82 | 238.24 | 0.57 | 0.12 |
| Hex | D | E | 2F | 48 | 46 | 0 | 52 | EE | 39 | C |
| Octal | 15 | 16 | 57 | 110 | 106 | 0 | 122 | 356 | 71 | 14 |
| Binary | 1101 | 1110 | 101111 | 1001000 | 1000110 | 0 | 1010010 | 11101110 | 111001 | 1100 |
Color Harmonies of #0D0E2F
Complementary color
Monochromatic Colors of #0D0E2F
Black with #0D0E2F
Text Example
Text Example
White with #0D0E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0E2F; }
p { color: rgb(13,14,47); }
H1.HeaderClassName
{
color: #0D0E2F;
}
.AnyTagClassName
{
color: #0D0E2F;
}
</style>
background-color css
<style>
a { background-color: #0D0E2F; }
a { background-color: rgb(13,14,47); }
div.DivClassName
{
background-color: #0D0E2F;
}
.BgClassName
{
background-color: #0D0E2F;
}
</style>
border-color css
<style>
span { border-color: #0D0E2F; }
span { border-color: rgb(13,14,47); }
td.TdClassName
{
border-color: #0D0E2F;
}
.TagClassName
{
border-color: #0D0E2F;
}
</style>