Shades of Black Russian #080B20
Tints of Black Russian #080B20
RGB
CMYK
RGB Variations
Color information
#080B20 (or 0x080B20) is known color: Black Russian. HEX triplet: 08, 0B and 20. RGB value is (8,11,32). Sum of RGB (Red+Green+Blue) = 8+11+32=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 32 (12.89% from 255 or 62.75% from 51); Max value from RGB is 32 - color contains mainly: blue. Hex color #080B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B20 is #F7F4DF. Grayscale: #0C0C0C. Windows color (decimal): -16250080 or 2099976. OLE color: 2099976.
HSL color Cylindrical-coordinate representation of color #080B20: hue angle of 232.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080B20 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 11 | 32 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.87 |
| HSL | 232.5º | 0.6% | 0.08% | - |
| HSV(B) | 232.5º | 0.75% | 0.13% | - |
| XYZ | 0.48 | 0.4 | 1.42 | - |
| YUV | 12.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 32 | 0.75 | 0.66 | 0 | 0.87 | 232.5 | 0.6 | 0.08 |
| Hex | 8 | B | 20 | 4B | 42 | 0 | 57 | E8 | 3C | 8 |
| Octal | 10 | 13 | 40 | 113 | 102 | 0 | 127 | 350 | 74 | 10 |
| Binary | 1000 | 1011 | 100000 | 1001011 | 1000010 | 0 | 1010111 | 11101000 | 111100 | 1000 |
Color Harmonies of #080B20
Complementary color
Monochromatic Colors of #080B20
Black with #080B20
Text Example
Text Example
White with #080B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B20; }
p { color: rgb(8,11,32); }
H1.HeaderClassName
{
color: #080B20;
}
.AnyTagClassName
{
color: #080B20;
}
</style>
background-color css
<style>
a { background-color: #080B20; }
a { background-color: rgb(8,11,32); }
div.DivClassName
{
background-color: #080B20;
}
.BgClassName
{
background-color: #080B20;
}
</style>
border-color css
<style>
span { border-color: #080B20; }
span { border-color: rgb(8,11,32); }
td.TdClassName
{
border-color: #080B20;
}
.TagClassName
{
border-color: #080B20;
}
</style>