Shades of Black Russian #090F21
Tints of Black Russian #090F21
RGB
CMYK
RGB Variations
Color information
#090F21 (or 0x090F21) is known color: Black Russian. HEX triplet: 09, 0F and 21. RGB value is (9,15,33). Sum of RGB (Red+Green+Blue) = 9+15+33=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #090F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090F21 is #F6F0DE. Grayscale: #0F0F0F. Windows color (decimal): -16183519 or 2166537. OLE color: 2166537.
HSL color Cylindrical-coordinate representation of color #090F21: hue angle of 225º 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 #090F21 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 15 | 33 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.87 |
| HSL | 225º | 0.57% | 0.08% | - |
| HSV(B) | 225º | 0.73% | 0.13% | - |
| XYZ | 0.56 | 0.51 | 1.51 | - |
| YUV | 15.26 | 138.01 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 33 | 0.73 | 0.55 | 0 | 0.87 | 225 | 0.57 | 0.08 |
| Hex | 9 | F | 21 | 49 | 37 | 0 | 57 | E1 | 39 | 8 |
| Octal | 11 | 17 | 41 | 111 | 67 | 0 | 127 | 341 | 71 | 10 |
| Binary | 1001 | 1111 | 100001 | 1001001 | 110111 | 0 | 1010111 | 11100001 | 111001 | 1000 |
Color Harmonies of #090F21
Complementary color
Monochromatic Colors of #090F21
Black with #090F21
Text Example
Text Example
White with #090F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F21; }
p { color: rgb(9,15,33); }
H1.HeaderClassName
{
color: #090F21;
}
.AnyTagClassName
{
color: #090F21;
}
</style>
background-color css
<style>
a { background-color: #090F21; }
a { background-color: rgb(9,15,33); }
div.DivClassName
{
background-color: #090F21;
}
.BgClassName
{
background-color: #090F21;
}
</style>
border-color css
<style>
span { border-color: #090F21; }
span { border-color: rgb(9,15,33); }
td.TdClassName
{
border-color: #090F21;
}
.TagClassName
{
border-color: #090F21;
}
</style>