Shades of Black Russian #090A2E
Tints of Black Russian #090A2E
RGB
CMYK
RGB Variations
Color information
#090A2E (or 0x090A2E) is known color: Black Russian. HEX triplet: 09, 0A and 2E. RGB value is (9,10,46). Sum of RGB (Red+Green+Blue) = 9+10+46=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #090A2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090A2E is #F6F5D1. Grayscale: #0D0D0D. Windows color (decimal): -16184786 or 3017225. OLE color: 3017225.
HSL color Cylindrical-coordinate representation of color #090A2E: hue angle of 238.38º 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 #090A2E is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 10 | 46 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.82 |
| HSL | 238.38º | 0.67% | 0.11% | - |
| HSV(B) | 238.38º | 0.8% | 0.18% | - |
| XYZ | 0.71 | 0.47 | 2.64 | - |
| YUV | 13.81 | 146.17 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 46 | 0.80 | 0.78 | 0 | 0.82 | 238.38 | 0.67 | 0.11 |
| Hex | 9 | A | 2E | 50 | 4E | 0 | 52 | EE | 43 | B |
| Octal | 11 | 12 | 56 | 120 | 116 | 0 | 122 | 356 | 103 | 13 |
| Binary | 1001 | 1010 | 101110 | 1010000 | 1001110 | 0 | 1010010 | 11101110 | 1000011 | 1011 |
Color Harmonies of #090A2E
Complementary color
Monochromatic Colors of #090A2E
Black with #090A2E
Text Example
Text Example
White with #090A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A2E; }
p { color: rgb(9,10,46); }
H1.HeaderClassName
{
color: #090A2E;
}
.AnyTagClassName
{
color: #090A2E;
}
</style>
background-color css
<style>
a { background-color: #090A2E; }
a { background-color: rgb(9,10,46); }
div.DivClassName
{
background-color: #090A2E;
}
.BgClassName
{
background-color: #090A2E;
}
</style>
border-color css
<style>
span { border-color: #090A2E; }
span { border-color: rgb(9,10,46); }
td.TdClassName
{
border-color: #090A2E;
}
.TagClassName
{
border-color: #090A2E;
}
</style>