Shades of Black Russian #080928
Tints of Black Russian #080928
RGB
CMYK
RGB Variations
Color information
#080928 (or 0x080928) is known color: Black Russian. HEX triplet: 08, 09 and 28. RGB value is (8,9,40). Sum of RGB (Red+Green+Blue) = 8+9+40=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 40 (16.02% from 255 or 70.18% from 57); Max value from RGB is 40 - color contains mainly: blue. Hex color #080928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080928 is #F7F6D7. Grayscale: #0C0C0C. Windows color (decimal): -16250584 or 2623752. OLE color: 2623752.
HSL color Cylindrical-coordinate representation of color #080928: hue angle of 238.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 #080928 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 9 | 40 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.84 |
| HSL | 238.13º | 0.67% | 0.09% | - |
| HSV(B) | 238.13º | 0.8% | 0.16% | - |
| XYZ | 0.58 | 0.4 | 2.05 | - |
| YUV | 12.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 40 | 0.80 | 0.78 | 0 | 0.84 | 238.13 | 0.67 | 0.09 |
| Hex | 8 | 9 | 28 | 50 | 4E | 0 | 54 | EE | 43 | 9 |
| Octal | 10 | 11 | 50 | 120 | 116 | 0 | 124 | 356 | 103 | 11 |
| Binary | 1000 | 1001 | 101000 | 1010000 | 1001110 | 0 | 1010100 | 11101110 | 1000011 | 1001 |
Color Harmonies of #080928
Complementary color
Monochromatic Colors of #080928
Black with #080928
Text Example
Text Example
White with #080928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080928; }
p { color: rgb(8,9,40); }
H1.HeaderClassName
{
color: #080928;
}
.AnyTagClassName
{
color: #080928;
}
</style>
background-color css
<style>
a { background-color: #080928; }
a { background-color: rgb(8,9,40); }
div.DivClassName
{
background-color: #080928;
}
.BgClassName
{
background-color: #080928;
}
</style>
border-color css
<style>
span { border-color: #080928; }
span { border-color: rgb(8,9,40); }
td.TdClassName
{
border-color: #080928;
}
.TagClassName
{
border-color: #080928;
}
</style>