Shades of Black Russian #081122
Tints of Black Russian #081122
RGB
CMYK
RGB Variations
Color information
#081122 (or 0x081122) is known color: Black Russian. HEX triplet: 08, 11 and 22. RGB value is (8,17,34). Sum of RGB (Red+Green+Blue) = 8+17+34=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 34 (13.67% from 255 or 57.63% from 59); Max value from RGB is 34 - color contains mainly: blue. Hex color #081122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081122 is #F7EEDD. Grayscale: #101010. Windows color (decimal): -16248542 or 2232584. OLE color: 2232584.
HSL color Cylindrical-coordinate representation of color #081122: hue angle of 219.23º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #081122 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 17 | 34 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.87 |
| HSL | 219.23º | 0.62% | 0.08% | - |
| HSV(B) | 219.23º | 0.76% | 0.13% | - |
| XYZ | 0.59 | 0.57 | 1.59 | - |
| YUV | 16.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 34 | 0.76 | 0.50 | 0 | 0.87 | 219.23 | 0.62 | 0.08 |
| Hex | 8 | 11 | 22 | 4C | 32 | 0 | 57 | DB | 3E | 8 |
| Octal | 10 | 21 | 42 | 114 | 62 | 0 | 127 | 333 | 76 | 10 |
| Binary | 1000 | 10001 | 100010 | 1001100 | 110010 | 0 | 1010111 | 11011011 | 111110 | 1000 |
Color Harmonies of #081122
Complementary color
Monochromatic Colors of #081122
Black with #081122
Text Example
Text Example
White with #081122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081122; }
p { color: rgb(8,17,34); }
H1.HeaderClassName
{
color: #081122;
}
.AnyTagClassName
{
color: #081122;
}
</style>
background-color css
<style>
a { background-color: #081122; }
a { background-color: rgb(8,17,34); }
div.DivClassName
{
background-color: #081122;
}
.BgClassName
{
background-color: #081122;
}
</style>
border-color css
<style>
span { border-color: #081122; }
span { border-color: rgb(8,17,34); }
td.TdClassName
{
border-color: #081122;
}
.TagClassName
{
border-color: #081122;
}
</style>