Shades of Black Russian #090E29
Tints of Black Russian #090E29
RGB
CMYK
RGB Variations
Color information
#090E29 (or 0x090E29) is known color: Black Russian. HEX triplet: 09, 0E and 29. RGB value is (9,14,41). Sum of RGB (Red+Green+Blue) = 9+14+41=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #090E29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E29 is #F6F1D6. Grayscale: #0F0F0F. Windows color (decimal): -16183767 or 2690569. OLE color: 2690569.
HSL color Cylindrical-coordinate representation of color #090E29: hue angle of 230.62º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #090E29 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 14 | 41 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.84 |
| HSL | 230.63º | 0.64% | 0.1% | - |
| HSV(B) | 230.63º | 0.78% | 0.16% | - |
| XYZ | 0.67 | 0.53 | 2.17 | - |
| YUV | 15.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 41 | 0.78 | 0.66 | 0 | 0.84 | 230.63 | 0.64 | 0.1 |
| Hex | 9 | E | 29 | 4E | 42 | 0 | 54 | E7 | 40 | A |
| Octal | 11 | 16 | 51 | 116 | 102 | 0 | 124 | 347 | 100 | 12 |
| Binary | 1001 | 1110 | 101001 | 1001110 | 1000010 | 0 | 1010100 | 11100111 | 1000000 | 1010 |
Color Harmonies of #090E29
Complementary color
Monochromatic Colors of #090E29
Black with #090E29
Text Example
Text Example
White with #090E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E29; }
p { color: rgb(9,14,41); }
H1.HeaderClassName
{
color: #090E29;
}
.AnyTagClassName
{
color: #090E29;
}
</style>
background-color css
<style>
a { background-color: #090E29; }
a { background-color: rgb(9,14,41); }
div.DivClassName
{
background-color: #090E29;
}
.BgClassName
{
background-color: #090E29;
}
</style>
border-color css
<style>
span { border-color: #090E29; }
span { border-color: rgb(9,14,41); }
td.TdClassName
{
border-color: #090E29;
}
.TagClassName
{
border-color: #090E29;
}
</style>