Shades of Black Russian #080621
Tints of Black Russian #080621
RGB
CMYK
RGB Variations
Color information
#080621 (or 0x080621) is known color: Black Russian. HEX triplet: 08, 06 and 21. RGB value is (8,6,33). Sum of RGB (Red+Green+Blue) = 8+6+33=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 33 (13.28% from 255 or 70.21% from 47); Max value from RGB is 33 - color contains mainly: blue. Hex color #080621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080621 is #F7F9DE. Grayscale: #090909. Windows color (decimal): -16251359 or 2164232. OLE color: 2164232.
HSL color Cylindrical-coordinate representation of color #080621: hue angle of 244.44º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080621 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 6 | 33 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.87 |
| HSL | 244.44º | 0.69% | 0.08% | - |
| HSV(B) | 244.44º | 0.82% | 0.13% | - |
| XYZ | 0.44 | 0.29 | 1.47 | - |
| YUV | 9.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 33 | 0.76 | 0.82 | 0 | 0.87 | 244.44 | 0.69 | 0.08 |
| Hex | 8 | 6 | 21 | 4C | 52 | 0 | 57 | F4 | 45 | 8 |
| Octal | 10 | 6 | 41 | 114 | 122 | 0 | 127 | 364 | 105 | 10 |
| Binary | 1000 | 110 | 100001 | 1001100 | 1010010 | 0 | 1010111 | 11110100 | 1000101 | 1000 |
Color Harmonies of #080621
Complementary color
Monochromatic Colors of #080621
Black with #080621
Text Example
Text Example
White with #080621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080621; }
p { color: rgb(8,6,33); }
H1.HeaderClassName
{
color: #080621;
}
.AnyTagClassName
{
color: #080621;
}
</style>
background-color css
<style>
a { background-color: #080621; }
a { background-color: rgb(8,6,33); }
div.DivClassName
{
background-color: #080621;
}
.BgClassName
{
background-color: #080621;
}
</style>
border-color css
<style>
span { border-color: #080621; }
span { border-color: rgb(8,6,33); }
td.TdClassName
{
border-color: #080621;
}
.TagClassName
{
border-color: #080621;
}
</style>