Shades of Black Russian #0F0E1F
Tints of Black Russian #0F0E1F
RGB
CMYK
RGB Variations
Color information
#0F0E1F (or 0x0F0E1F) is known color: Black Russian. HEX triplet: 0F, 0E and 1F. RGB value is (15,14,31). Sum of RGB (Red+Green+Blue) = 15+14+31=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F0E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0E1F is #F0F1E0. Grayscale: #101010. Windows color (decimal): -15790561 or 2035215. OLE color: 2035215.
HSL color Cylindrical-coordinate representation of color #0F0E1F: hue angle of 243.53º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F0E1F is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 14 | 31 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.88 |
| HSL | 243.53º | 0.38% | 0.09% | - |
| HSV(B) | 243.53º | 0.55% | 0.12% | - |
| XYZ | 0.6 | 0.51 | 1.36 | - |
| YUV | 16.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 31 | 0.52 | 0.55 | 0 | 0.88 | 243.53 | 0.38 | 0.09 |
| Hex | F | E | 1F | 34 | 37 | 0 | 58 | F4 | 26 | 9 |
| Octal | 17 | 16 | 37 | 64 | 67 | 0 | 130 | 364 | 46 | 11 |
| Binary | 1111 | 1110 | 11111 | 110100 | 110111 | 0 | 1011000 | 11110100 | 100110 | 1001 |
Color Harmonies of #0F0E1F
Complementary color
Monochromatic Colors of #0F0E1F
Black with #0F0E1F
Text Example
Text Example
White with #0F0E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E1F; }
p { color: rgb(15,14,31); }
H1.HeaderClassName
{
color: #0F0E1F;
}
.AnyTagClassName
{
color: #0F0E1F;
}
</style>
background-color css
<style>
a { background-color: #0F0E1F; }
a { background-color: rgb(15,14,31); }
div.DivClassName
{
background-color: #0F0E1F;
}
.BgClassName
{
background-color: #0F0E1F;
}
</style>
border-color css
<style>
span { border-color: #0F0E1F; }
span { border-color: rgb(15,14,31); }
td.TdClassName
{
border-color: #0F0E1F;
}
.TagClassName
{
border-color: #0F0E1F;
}
</style>