Shades of Black Russian #081028
Tints of Black Russian #081028
RGB
CMYK
RGB Variations
Color information
#081028 (or 0x081028) is known color: Black Russian. HEX triplet: 08, 10 and 28. RGB value is (8,16,40). Sum of RGB (Red+Green+Blue) = 8+16+40=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #081028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081028 is #F7EFD7. Grayscale: #101010. Windows color (decimal): -16248792 or 2625544. OLE color: 2625544.
HSL color Cylindrical-coordinate representation of color #081028: hue angle of 225º 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 #081028 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 16 | 40 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.84 |
| HSL | 225º | 0.67% | 0.09% | - |
| HSV(B) | 225º | 0.8% | 0.16% | - |
| XYZ | 0.67 | 0.58 | 2.08 | - |
| YUV | 16.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 40 | 0.80 | 0.60 | 0 | 0.84 | 225 | 0.67 | 0.09 |
| Hex | 8 | 10 | 28 | 50 | 3C | 0 | 54 | E1 | 43 | 9 |
| Octal | 10 | 20 | 50 | 120 | 74 | 0 | 124 | 341 | 103 | 11 |
| Binary | 1000 | 10000 | 101000 | 1010000 | 111100 | 0 | 1010100 | 11100001 | 1000011 | 1001 |
Color Harmonies of #081028
Complementary color
Monochromatic Colors of #081028
Black with #081028
Text Example
Text Example
White with #081028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081028; }
p { color: rgb(8,16,40); }
H1.HeaderClassName
{
color: #081028;
}
.AnyTagClassName
{
color: #081028;
}
</style>
background-color css
<style>
a { background-color: #081028; }
a { background-color: rgb(8,16,40); }
div.DivClassName
{
background-color: #081028;
}
.BgClassName
{
background-color: #081028;
}
</style>
border-color css
<style>
span { border-color: #081028; }
span { border-color: rgb(8,16,40); }
td.TdClassName
{
border-color: #081028;
}
.TagClassName
{
border-color: #081028;
}
</style>