Shades of Black Russian #081128
Tints of Black Russian #081128
RGB
CMYK
RGB Variations
Color information
#081128 (or 0x081128) is known color: Black Russian. HEX triplet: 08, 11 and 28. RGB value is (8,17,40). Sum of RGB (Red+Green+Blue) = 8+17+40=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #081128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081128 is #F7EED7. Grayscale: #101010. Windows color (decimal): -16248536 or 2625800. OLE color: 2625800.
HSL color Cylindrical-coordinate representation of color #081128: hue angle of 223.12º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #081128 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 17 | 40 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.84 |
| HSL | 223.13º | 0.67% | 0.09% | - |
| HSV(B) | 223.13º | 0.8% | 0.16% | - |
| XYZ | 0.68 | 0.61 | 2.09 | - |
| YUV | 16.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 40 | 0.80 | 0.57 | 0 | 0.84 | 223.13 | 0.67 | 0.09 |
| Hex | 8 | 11 | 28 | 50 | 39 | 0 | 54 | DF | 43 | 9 |
| Octal | 10 | 21 | 50 | 120 | 71 | 0 | 124 | 337 | 103 | 11 |
| Binary | 1000 | 10001 | 101000 | 1010000 | 111001 | 0 | 1010100 | 11011111 | 1000011 | 1001 |
Color Harmonies of #081128
Complementary color
Monochromatic Colors of #081128
Black with #081128
Text Example
Text Example
White with #081128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081128; }
p { color: rgb(8,17,40); }
H1.HeaderClassName
{
color: #081128;
}
.AnyTagClassName
{
color: #081128;
}
</style>
background-color css
<style>
a { background-color: #081128; }
a { background-color: rgb(8,17,40); }
div.DivClassName
{
background-color: #081128;
}
.BgClassName
{
background-color: #081128;
}
</style>
border-color css
<style>
span { border-color: #081128; }
span { border-color: rgb(8,17,40); }
td.TdClassName
{
border-color: #081128;
}
.TagClassName
{
border-color: #081128;
}
</style>