Shades of Black Russian #080121
Tints of Black Russian #080121
RGB
CMYK
RGB Variations
Color information
#080121 (or 0x080121) is known color: Black Russian. HEX triplet: 08, 01 and 21. RGB value is (8,1,33). Sum of RGB (Red+Green+Blue) = 8+1+33=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 33 (13.28% from 255 or 78.57% from 42); Max value from RGB is 33 - color contains mainly: blue. Hex color #080121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080121 is #F7FEDE. Grayscale: #060606. Windows color (decimal): -16252639 or 2162952. OLE color: 2162952.
HSL color Cylindrical-coordinate representation of color #080121: hue angle of 253.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080121 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 1 | 33 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.87 |
| HSL | 253.13º | 0.94% | 0.07% | - |
| HSV(B) | 253.13º | 0.97% | 0.13% | - |
| XYZ | 0.39 | 0.18 | 1.45 | - |
| YUV | 6.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 33 | 0.76 | 0.97 | 0 | 0.87 | 253.13 | 0.94 | 0.07 |
| Hex | 8 | 1 | 21 | 4C | 61 | 0 | 57 | FD | 5E | 7 |
| Octal | 10 | 1 | 41 | 114 | 141 | 0 | 127 | 375 | 136 | 7 |
| Binary | 1000 | 1 | 100001 | 1001100 | 1100001 | 0 | 1010111 | 11111101 | 1011110 | 111 |
Color Harmonies of #080121
Complementary color
Monochromatic Colors of #080121
Black with #080121
Text Example
Text Example
White with #080121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080121; }
p { color: rgb(8,1,33); }
H1.HeaderClassName
{
color: #080121;
}
.AnyTagClassName
{
color: #080121;
}
</style>
background-color css
<style>
a { background-color: #080121; }
a { background-color: rgb(8,1,33); }
div.DivClassName
{
background-color: #080121;
}
.BgClassName
{
background-color: #080121;
}
</style>
border-color css
<style>
span { border-color: #080121; }
span { border-color: rgb(8,1,33); }
td.TdClassName
{
border-color: #080121;
}
.TagClassName
{
border-color: #080121;
}
</style>