Shades of Black Russian #080B21
Tints of Black Russian #080B21
RGB
CMYK
RGB Variations
Color information
#080B21 (or 0x080B21) is known color: Black Russian. HEX triplet: 08, 0B and 21. RGB value is (8,11,33). Sum of RGB (Red+Green+Blue) = 8+11+33=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #080B21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B21 is #F7F4DE. Grayscale: #0C0C0C. Windows color (decimal): -16250079 or 2165512. OLE color: 2165512.
HSL color Cylindrical-coordinate representation of color #080B21: hue angle of 232.8º 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 #080B21 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 11 | 33 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.87 |
| HSL | 232.8º | 0.61% | 0.08% | - |
| HSV(B) | 232.8º | 0.76% | 0.13% | - |
| XYZ | 0.49 | 0.4 | 1.49 | - |
| YUV | 12.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 33 | 0.76 | 0.67 | 0 | 0.87 | 232.8 | 0.61 | 0.08 |
| Hex | 8 | B | 21 | 4C | 43 | 0 | 57 | E9 | 3D | 8 |
| Octal | 10 | 13 | 41 | 114 | 103 | 0 | 127 | 351 | 75 | 10 |
| Binary | 1000 | 1011 | 100001 | 1001100 | 1000011 | 0 | 1010111 | 11101001 | 111101 | 1000 |
Color Harmonies of #080B21
Complementary color
Monochromatic Colors of #080B21
Black with #080B21
Text Example
Text Example
White with #080B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B21; }
p { color: rgb(8,11,33); }
H1.HeaderClassName
{
color: #080B21;
}
.AnyTagClassName
{
color: #080B21;
}
</style>
background-color css
<style>
a { background-color: #080B21; }
a { background-color: rgb(8,11,33); }
div.DivClassName
{
background-color: #080B21;
}
.BgClassName
{
background-color: #080B21;
}
</style>
border-color css
<style>
span { border-color: #080B21; }
span { border-color: rgb(8,11,33); }
td.TdClassName
{
border-color: #080B21;
}
.TagClassName
{
border-color: #080B21;
}
</style>