Shades of Black Russian #081124
Tints of Black Russian #081124
RGB
CMYK
RGB Variations
Color information
#081124 (or 0x081124) is known color: Black Russian. HEX triplet: 08, 11 and 24. RGB value is (8,17,36). Sum of RGB (Red+Green+Blue) = 8+17+36=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #081124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081124 is #F7EEDB. Grayscale: #101010. Windows color (decimal): -16248540 or 2363656. OLE color: 2363656.
HSL color Cylindrical-coordinate representation of color #081124: hue angle of 220.71º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081124 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 17 | 36 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.86 |
| HSL | 220.71º | 0.64% | 0.09% | - |
| HSV(B) | 220.71º | 0.78% | 0.14% | - |
| XYZ | 0.62 | 0.58 | 1.75 | - |
| YUV | 16.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 36 | 0.78 | 0.53 | 0 | 0.86 | 220.71 | 0.64 | 0.09 |
| Hex | 8 | 11 | 24 | 4E | 35 | 0 | 56 | DD | 40 | 9 |
| Octal | 10 | 21 | 44 | 116 | 65 | 0 | 126 | 335 | 100 | 11 |
| Binary | 1000 | 10001 | 100100 | 1001110 | 110101 | 0 | 1010110 | 11011101 | 1000000 | 1001 |
Color Harmonies of #081124
Complementary color
Monochromatic Colors of #081124
Black with #081124
Text Example
Text Example
White with #081124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081124; }
p { color: rgb(8,17,36); }
H1.HeaderClassName
{
color: #081124;
}
.AnyTagClassName
{
color: #081124;
}
</style>
background-color css
<style>
a { background-color: #081124; }
a { background-color: rgb(8,17,36); }
div.DivClassName
{
background-color: #081124;
}
.BgClassName
{
background-color: #081124;
}
</style>
border-color css
<style>
span { border-color: #081124; }
span { border-color: rgb(8,17,36); }
td.TdClassName
{
border-color: #081124;
}
.TagClassName
{
border-color: #081124;
}
</style>