Shades of Black Russian #090F2E
Tints of Black Russian #090F2E
RGB
CMYK
RGB Variations
Color information
#090F2E (or 0x090F2E) is known color: Black Russian. HEX triplet: 09, 0F and 2E. RGB value is (9,15,46). Sum of RGB (Red+Green+Blue) = 9+15+46=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #090F2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090F2E is #F6F0D1. Grayscale: #101010. Windows color (decimal): -16183506 or 3018505. OLE color: 3018505.
HSL color Cylindrical-coordinate representation of color #090F2E: hue angle of 230.27º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #090F2E is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 15 | 46 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.82 |
| HSL | 230.27º | 0.67% | 0.11% | - |
| HSV(B) | 230.27º | 0.8% | 0.18% | - |
| XYZ | 0.78 | 0.6 | 2.66 | - |
| YUV | 16.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 46 | 0.80 | 0.67 | 0 | 0.82 | 230.27 | 0.67 | 0.11 |
| Hex | 9 | F | 2E | 50 | 43 | 0 | 52 | E6 | 43 | B |
| Octal | 11 | 17 | 56 | 120 | 103 | 0 | 122 | 346 | 103 | 13 |
| Binary | 1001 | 1111 | 101110 | 1010000 | 1000011 | 0 | 1010010 | 11100110 | 1000011 | 1011 |
Color Harmonies of #090F2E
Complementary color
Monochromatic Colors of #090F2E
Black with #090F2E
Text Example
Text Example
White with #090F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F2E; }
p { color: rgb(9,15,46); }
H1.HeaderClassName
{
color: #090F2E;
}
.AnyTagClassName
{
color: #090F2E;
}
</style>
background-color css
<style>
a { background-color: #090F2E; }
a { background-color: rgb(9,15,46); }
div.DivClassName
{
background-color: #090F2E;
}
.BgClassName
{
background-color: #090F2E;
}
</style>
border-color css
<style>
span { border-color: #090F2E; }
span { border-color: rgb(9,15,46); }
td.TdClassName
{
border-color: #090F2E;
}
.TagClassName
{
border-color: #090F2E;
}
</style>