Shades of Black Russian #090E2C
Tints of Black Russian #090E2C
RGB
CMYK
RGB Variations
Color information
#090E2C (or 0x090E2C) is known color: Black Russian. HEX triplet: 09, 0E and 2C. RGB value is (9,14,44). Sum of RGB (Red+Green+Blue) = 9+14+44=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #090E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E2C is #F6F1D3. Grayscale: #0F0F0F. Windows color (decimal): -16183764 or 2887177. OLE color: 2887177.
HSL color Cylindrical-coordinate representation of color #090E2C: hue angle of 231.43º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #090E2C is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 14 | 44 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.83 |
| HSL | 231.43º | 0.66% | 0.1% | - |
| HSV(B) | 231.43º | 0.8% | 0.17% | - |
| XYZ | 0.72 | 0.55 | 2.45 | - |
| YUV | 15.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 44 | 0.80 | 0.68 | 0 | 0.83 | 231.43 | 0.66 | 0.1 |
| Hex | 9 | E | 2C | 50 | 44 | 0 | 53 | E7 | 42 | A |
| Octal | 11 | 16 | 54 | 120 | 104 | 0 | 123 | 347 | 102 | 12 |
| Binary | 1001 | 1110 | 101100 | 1010000 | 1000100 | 0 | 1010011 | 11100111 | 1000010 | 1010 |
Color Harmonies of #090E2C
Complementary color
Monochromatic Colors of #090E2C
Black with #090E2C
Text Example
Text Example
White with #090E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E2C; }
p { color: rgb(9,14,44); }
H1.HeaderClassName
{
color: #090E2C;
}
.AnyTagClassName
{
color: #090E2C;
}
</style>
background-color css
<style>
a { background-color: #090E2C; }
a { background-color: rgb(9,14,44); }
div.DivClassName
{
background-color: #090E2C;
}
.BgClassName
{
background-color: #090E2C;
}
</style>
border-color css
<style>
span { border-color: #090E2C; }
span { border-color: rgb(9,14,44); }
td.TdClassName
{
border-color: #090E2C;
}
.TagClassName
{
border-color: #090E2C;
}
</style>