Shades of Black Russian #0E0923
Tints of Black Russian #0E0923
RGB
CMYK
RGB Variations
Color information
#0E0923 (or 0x0E0923) is known color: Black Russian. HEX triplet: 0E, 09 and 23. RGB value is (14,9,35). Sum of RGB (Red+Green+Blue) = 14+9+35=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #0E0923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0923 is #F1F6DC. Grayscale: #0D0D0D. Windows color (decimal): -15857373 or 2296078. OLE color: 2296078.
HSL color Cylindrical-coordinate representation of color #0E0923: hue angle of 251.54º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E0923 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 9 | 35 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.86 |
| HSL | 251.54º | 0.59% | 0.09% | - |
| HSV(B) | 251.54º | 0.74% | 0.14% | - |
| XYZ | 0.58 | 0.41 | 1.64 | - |
| YUV | 13.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 35 | 0.60 | 0.74 | 0 | 0.86 | 251.54 | 0.59 | 0.09 |
| Hex | E | 9 | 23 | 3C | 4A | 0 | 56 | FC | 3B | 9 |
| Octal | 16 | 11 | 43 | 74 | 112 | 0 | 126 | 374 | 73 | 11 |
| Binary | 1110 | 1001 | 100011 | 111100 | 1001010 | 0 | 1010110 | 11111100 | 111011 | 1001 |
Color Harmonies of #0E0923
Complementary color
Monochromatic Colors of #0E0923
Black with #0E0923
Text Example
Text Example
White with #0E0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0923; }
p { color: rgb(14,9,35); }
H1.HeaderClassName
{
color: #0E0923;
}
.AnyTagClassName
{
color: #0E0923;
}
</style>
background-color css
<style>
a { background-color: #0E0923; }
a { background-color: rgb(14,9,35); }
div.DivClassName
{
background-color: #0E0923;
}
.BgClassName
{
background-color: #0E0923;
}
</style>
border-color css
<style>
span { border-color: #0E0923; }
span { border-color: rgb(14,9,35); }
td.TdClassName
{
border-color: #0E0923;
}
.TagClassName
{
border-color: #0E0923;
}
</style>