Shades of Black Russian #080921
Tints of Black Russian #080921
RGB
CMYK
RGB Variations
Color information
#080921 (or 0x080921) is known color: Black Russian. HEX triplet: 08, 09 and 21. RGB value is (8,9,33). Sum of RGB (Red+Green+Blue) = 8+9+33=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 33 (13.28% from 255 or 66% from 50); Max value from RGB is 33 - color contains mainly: blue. Hex color #080921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080921 is #F7F6DE. Grayscale: #0B0B0B. Windows color (decimal): -16250591 or 2165000. OLE color: 2165000.
HSL color Cylindrical-coordinate representation of color #080921: hue angle of 237.6º degrees, saturation: 0.61, 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 #080921 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 9 | 33 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.87 |
| HSL | 237.6º | 0.61% | 0.08% | - |
| HSV(B) | 237.6º | 0.76% | 0.13% | - |
| XYZ | 0.47 | 0.36 | 1.48 | - |
| YUV | 11.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 33 | 0.76 | 0.73 | 0 | 0.87 | 237.6 | 0.61 | 0.08 |
| Hex | 8 | 9 | 21 | 4C | 49 | 0 | 57 | EE | 3D | 8 |
| Octal | 10 | 11 | 41 | 114 | 111 | 0 | 127 | 356 | 75 | 10 |
| Binary | 1000 | 1001 | 100001 | 1001100 | 1001001 | 0 | 1010111 | 11101110 | 111101 | 1000 |
Color Harmonies of #080921
Complementary color
Monochromatic Colors of #080921
Black with #080921
Text Example
Text Example
White with #080921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080921; }
p { color: rgb(8,9,33); }
H1.HeaderClassName
{
color: #080921;
}
.AnyTagClassName
{
color: #080921;
}
</style>
background-color css
<style>
a { background-color: #080921; }
a { background-color: rgb(8,9,33); }
div.DivClassName
{
background-color: #080921;
}
.BgClassName
{
background-color: #080921;
}
</style>
border-color css
<style>
span { border-color: #080921; }
span { border-color: rgb(8,9,33); }
td.TdClassName
{
border-color: #080921;
}
.TagClassName
{
border-color: #080921;
}
</style>