Shades of Black Russian #0F0D1E
Tints of Black Russian #0F0D1E
RGB
CMYK
RGB Variations
Color information
#0F0D1E (or 0x0F0D1E) is known color: Black Russian. HEX triplet: 0F, 0D and 1E. RGB value is (15,13,30). Sum of RGB (Red+Green+Blue) = 15+13+30=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F0D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D1E is #F0F2E1. Grayscale: #0F0F0F. Windows color (decimal): -15790818 or 1969423. OLE color: 1969423.
HSL color Cylindrical-coordinate representation of color #0F0D1E: hue angle of 247.06º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F0D1E is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 13 | 30 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.88 |
| HSL | 247.06º | 0.4% | 0.08% | - |
| HSV(B) | 247.06º | 0.57% | 0.12% | - |
| XYZ | 0.58 | 0.48 | 1.29 | - |
| YUV | 15.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 30 | 0.5 | 0.57 | 0 | 0.88 | 247.06 | 0.4 | 0.08 |
| Hex | F | D | 1E | 32 | 39 | 0 | 58 | F7 | 28 | 8 |
| Octal | 17 | 15 | 36 | 62 | 71 | 0 | 130 | 367 | 50 | 10 |
| Binary | 1111 | 1101 | 11110 | 110010 | 111001 | 0 | 1011000 | 11110111 | 101000 | 1000 |
Color Harmonies of #0F0D1E
Complementary color
Monochromatic Colors of #0F0D1E
Black with #0F0D1E
Text Example
Text Example
White with #0F0D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D1E; }
p { color: rgb(15,13,30); }
H1.HeaderClassName
{
color: #0F0D1E;
}
.AnyTagClassName
{
color: #0F0D1E;
}
</style>
background-color css
<style>
a { background-color: #0F0D1E; }
a { background-color: rgb(15,13,30); }
div.DivClassName
{
background-color: #0F0D1E;
}
.BgClassName
{
background-color: #0F0D1E;
}
</style>
border-color css
<style>
span { border-color: #0F0D1E; }
span { border-color: rgb(15,13,30); }
td.TdClassName
{
border-color: #0F0D1E;
}
.TagClassName
{
border-color: #0F0D1E;
}
</style>