Shades of Black Russian #0E1625
Tints of Black Russian #0E1625
RGB
CMYK
RGB Variations
Color information
#0E1625 (or 0x0E1625) is known color: Black Russian. HEX triplet: 0E, 16 and 25. RGB value is (14,22,37). Sum of RGB (Red+Green+Blue) = 14+22+37=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #0E1625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1625 is #F1E9DA. Grayscale: #151515. Windows color (decimal): -15854043 or 2430478. OLE color: 2430478.
HSL color Cylindrical-coordinate representation of color #0E1625: hue angle of 219.13º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E1625 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 22 | 37 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.85 |
| HSL | 219.13º | 0.45% | 0.1% | - |
| HSV(B) | 219.13º | 0.62% | 0.15% | - |
| XYZ | 0.8 | 0.8 | 1.86 | - |
| YUV | 21.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 37 | 0.62 | 0.41 | 0 | 0.85 | 219.13 | 0.45 | 0.1 |
| Hex | E | 16 | 25 | 3E | 29 | 0 | 55 | DB | 2D | A |
| Octal | 16 | 26 | 45 | 76 | 51 | 0 | 125 | 333 | 55 | 12 |
| Binary | 1110 | 10110 | 100101 | 111110 | 101001 | 0 | 1010101 | 11011011 | 101101 | 1010 |
Color Harmonies of #0E1625
Complementary color
Monochromatic Colors of #0E1625
Black with #0E1625
Text Example
Text Example
White with #0E1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1625; }
p { color: rgb(14,22,37); }
H1.HeaderClassName
{
color: #0E1625;
}
.AnyTagClassName
{
color: #0E1625;
}
</style>
background-color css
<style>
a { background-color: #0E1625; }
a { background-color: rgb(14,22,37); }
div.DivClassName
{
background-color: #0E1625;
}
.BgClassName
{
background-color: #0E1625;
}
</style>
border-color css
<style>
span { border-color: #0E1625; }
span { border-color: rgb(14,22,37); }
td.TdClassName
{
border-color: #0E1625;
}
.TagClassName
{
border-color: #0E1625;
}
</style>