Shades of Black Russian #0E0924
Tints of Black Russian #0E0924
RGB
CMYK
RGB Variations
Color information
#0E0924 (or 0x0E0924) is known color: Black Russian. HEX triplet: 0E, 09 and 24. RGB value is (14,9,36). Sum of RGB (Red+Green+Blue) = 14+9+36=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #0E0924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0924 is #F1F6DB. Grayscale: #0D0D0D. Windows color (decimal): -15857372 or 2361614. OLE color: 2361614.
HSL color Cylindrical-coordinate representation of color #0E0924: hue angle of 251.11º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E0924 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 9 | 36 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.86 |
| HSL | 251.11º | 0.6% | 0.09% | - |
| HSV(B) | 251.11º | 0.75% | 0.14% | - |
| XYZ | 0.6 | 0.42 | 1.72 | - |
| YUV | 13.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 36 | 0.61 | 0.75 | 0 | 0.86 | 251.11 | 0.6 | 0.09 |
| Hex | E | 9 | 24 | 3D | 4B | 0 | 56 | FB | 3C | 9 |
| Octal | 16 | 11 | 44 | 75 | 113 | 0 | 126 | 373 | 74 | 11 |
| Binary | 1110 | 1001 | 100100 | 111101 | 1001011 | 0 | 1010110 | 11111011 | 111100 | 1001 |
Color Harmonies of #0E0924
Complementary color
Monochromatic Colors of #0E0924
Black with #0E0924
Text Example
Text Example
White with #0E0924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0924; }
p { color: rgb(14,9,36); }
H1.HeaderClassName
{
color: #0E0924;
}
.AnyTagClassName
{
color: #0E0924;
}
</style>
background-color css
<style>
a { background-color: #0E0924; }
a { background-color: rgb(14,9,36); }
div.DivClassName
{
background-color: #0E0924;
}
.BgClassName
{
background-color: #0E0924;
}
</style>
border-color css
<style>
span { border-color: #0E0924; }
span { border-color: rgb(14,9,36); }
td.TdClassName
{
border-color: #0E0924;
}
.TagClassName
{
border-color: #0E0924;
}
</style>