Shades of Black Russian #0F0E29
Tints of Black Russian #0F0E29
RGB
CMYK
RGB Variations
Color information
#0F0E29 (or 0x0F0E29) is known color: Black Russian. HEX triplet: 0F, 0E and 29. RGB value is (15,14,41). Sum of RGB (Red+Green+Blue) = 15+14+41=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F0E29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0E29 is #F0F1D6. Grayscale: #111111. Windows color (decimal): -15790551 or 2690575. OLE color: 2690575.
HSL color Cylindrical-coordinate representation of color #0F0E29: hue angle of 242.22º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F0E29 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 14 | 41 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.84 |
| HSL | 242.22º | 0.49% | 0.11% | - |
| HSV(B) | 242.22º | 0.66% | 0.16% | - |
| XYZ | 0.75 | 0.58 | 2.17 | - |
| YUV | 17.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 14 | 41 | 0.63 | 0.66 | 0 | 0.84 | 242.22 | 0.49 | 0.11 |
| Hex | F | E | 29 | 3F | 42 | 0 | 54 | F2 | 31 | B |
| Octal | 17 | 16 | 51 | 77 | 102 | 0 | 124 | 362 | 61 | 13 |
| Binary | 1111 | 1110 | 101001 | 111111 | 1000010 | 0 | 1010100 | 11110010 | 110001 | 1011 |
Color Harmonies of #0F0E29
Complementary color
Monochromatic Colors of #0F0E29
Black with #0F0E29
Text Example
Text Example
White with #0F0E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0E29; }
p { color: rgb(15,14,41); }
H1.HeaderClassName
{
color: #0F0E29;
}
.AnyTagClassName
{
color: #0F0E29;
}
</style>
background-color css
<style>
a { background-color: #0F0E29; }
a { background-color: rgb(15,14,41); }
div.DivClassName
{
background-color: #0F0E29;
}
.BgClassName
{
background-color: #0F0E29;
}
</style>
border-color css
<style>
span { border-color: #0F0E29; }
span { border-color: rgb(15,14,41); }
td.TdClassName
{
border-color: #0F0E29;
}
.TagClassName
{
border-color: #0F0E29;
}
</style>