Shades of Black Russian #0F1224
Tints of Black Russian #0F1224
RGB
CMYK
RGB Variations
Color information
#0F1224 (or 0x0F1224) is known color: Black Russian. HEX triplet: 0F, 12 and 24. RGB value is (15,18,36). Sum of RGB (Red+Green+Blue) = 15+18+36=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 36 (14.45% from 255 or 52.17% from 69); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F1224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1224 is #F0EDDB. Grayscale: #131313. Windows color (decimal): -15789532 or 2363919. OLE color: 2363919.
HSL color Cylindrical-coordinate representation of color #0F1224: hue angle of 231.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F1224 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 18 | 36 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.86 |
| HSL | 231.43º | 0.41% | 0.1% | - |
| HSV(B) | 231.43º | 0.58% | 0.14% | - |
| XYZ | 0.73 | 0.66 | 1.76 | - |
| YUV | 19.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 36 | 0.58 | 0.5 | 0 | 0.86 | 231.43 | 0.41 | 0.1 |
| Hex | F | 12 | 24 | 3A | 32 | 0 | 56 | E7 | 29 | A |
| Octal | 17 | 22 | 44 | 72 | 62 | 0 | 126 | 347 | 51 | 12 |
| Binary | 1111 | 10010 | 100100 | 111010 | 110010 | 0 | 1010110 | 11100111 | 101001 | 1010 |
Color Harmonies of #0F1224
Complementary color
Monochromatic Colors of #0F1224
Black with #0F1224
Text Example
Text Example
White with #0F1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1224; }
p { color: rgb(15,18,36); }
H1.HeaderClassName
{
color: #0F1224;
}
.AnyTagClassName
{
color: #0F1224;
}
</style>
background-color css
<style>
a { background-color: #0F1224; }
a { background-color: rgb(15,18,36); }
div.DivClassName
{
background-color: #0F1224;
}
.BgClassName
{
background-color: #0F1224;
}
</style>
border-color css
<style>
span { border-color: #0F1224; }
span { border-color: rgb(15,18,36); }
td.TdClassName
{
border-color: #0F1224;
}
.TagClassName
{
border-color: #0F1224;
}
</style>