Shades of Black Russian #091021
Tints of Black Russian #091021
RGB
CMYK
RGB Variations
Color information
#091021 (or 0x091021) is known color: Black Russian. HEX triplet: 09, 10 and 21. RGB value is (9,16,33). Sum of RGB (Red+Green+Blue) = 9+16+33=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #091021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091021 is #F6EFDE. Grayscale: #0F0F0F. Windows color (decimal): -16183263 or 2166793. OLE color: 2166793.
HSL color Cylindrical-coordinate representation of color #091021: hue angle of 222.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #091021 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 16 | 33 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.87 |
| HSL | 222.5º | 0.57% | 0.08% | - |
| HSV(B) | 222.5º | 0.73% | 0.13% | - |
| XYZ | 0.57 | 0.54 | 1.51 | - |
| YUV | 15.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 33 | 0.73 | 0.52 | 0 | 0.87 | 222.5 | 0.57 | 0.08 |
| Hex | 9 | 10 | 21 | 49 | 34 | 0 | 57 | DE | 39 | 8 |
| Octal | 11 | 20 | 41 | 111 | 64 | 0 | 127 | 336 | 71 | 10 |
| Binary | 1001 | 10000 | 100001 | 1001001 | 110100 | 0 | 1010111 | 11011110 | 111001 | 1000 |
Color Harmonies of #091021
Complementary color
Monochromatic Colors of #091021
Black with #091021
Text Example
Text Example
White with #091021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091021; }
p { color: rgb(9,16,33); }
H1.HeaderClassName
{
color: #091021;
}
.AnyTagClassName
{
color: #091021;
}
</style>
background-color css
<style>
a { background-color: #091021; }
a { background-color: rgb(9,16,33); }
div.DivClassName
{
background-color: #091021;
}
.BgClassName
{
background-color: #091021;
}
</style>
border-color css
<style>
span { border-color: #091021; }
span { border-color: rgb(9,16,33); }
td.TdClassName
{
border-color: #091021;
}
.TagClassName
{
border-color: #091021;
}
</style>