Shades of Black Russian #0F0D24
Tints of Black Russian #0F0D24
RGB
CMYK
RGB Variations
Color information
#0F0D24 (or 0x0F0D24) is known color: Black Russian. HEX triplet: 0F, 0D and 24. RGB value is (15,13,36). Sum of RGB (Red+Green+Blue) = 15+13+36=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F0D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D24 is #F0F2DB. Grayscale: #101010. Windows color (decimal): -15790812 or 2362639. OLE color: 2362639.
HSL color Cylindrical-coordinate representation of color #0F0D24: hue angle of 245.22º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F0D24 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 13 | 36 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.86 |
| HSL | 245.22º | 0.47% | 0.1% | - |
| HSV(B) | 245.22º | 0.64% | 0.14% | - |
| XYZ | 0.66 | 0.52 | 1.73 | - |
| YUV | 16.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 36 | 0.58 | 0.64 | 0 | 0.86 | 245.22 | 0.47 | 0.1 |
| Hex | F | D | 24 | 3A | 40 | 0 | 56 | F5 | 2F | A |
| Octal | 17 | 15 | 44 | 72 | 100 | 0 | 126 | 365 | 57 | 12 |
| Binary | 1111 | 1101 | 100100 | 111010 | 1000000 | 0 | 1010110 | 11110101 | 101111 | 1010 |
Color Harmonies of #0F0D24
Complementary color
Monochromatic Colors of #0F0D24
Black with #0F0D24
Text Example
Text Example
White with #0F0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D24; }
p { color: rgb(15,13,36); }
H1.HeaderClassName
{
color: #0F0D24;
}
.AnyTagClassName
{
color: #0F0D24;
}
</style>
background-color css
<style>
a { background-color: #0F0D24; }
a { background-color: rgb(15,13,36); }
div.DivClassName
{
background-color: #0F0D24;
}
.BgClassName
{
background-color: #0F0D24;
}
</style>
border-color css
<style>
span { border-color: #0F0D24; }
span { border-color: rgb(15,13,36); }
td.TdClassName
{
border-color: #0F0D24;
}
.TagClassName
{
border-color: #0F0D24;
}
</style>