Shades of Black Russian #090E2B
Tints of Black Russian #090E2B
RGB
CMYK
RGB Variations
Color information
#090E2B (or 0x090E2B) is known color: Black Russian. HEX triplet: 09, 0E and 2B. RGB value is (9,14,43). Sum of RGB (Red+Green+Blue) = 9+14+43=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 43 (17.19% from 255 or 65.15% from 66); Max value from RGB is 43 - color contains mainly: blue. Hex color #090E2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E2B is #F6F1D4. Grayscale: #0F0F0F. Windows color (decimal): -16183765 or 2821641. OLE color: 2821641.
HSL color Cylindrical-coordinate representation of color #090E2B: hue angle of 231.18º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #090E2B is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
RGB | 9 | 14 | 43 | - |
CMYK | 0.79 | 0.67 | 0 | 0.83 |
HSL | 231.18º | 0.65% | 0.1% | - |
HSV(B) | 231.18º | 0.79% | 0.17% | - |
XYZ | 0.71 | 0.55 | 2.35 | - |
YUV | 15.81 | 143.34 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 14 | 43 | 0.79 | 0.67 | 0 | 0.83 | 231.18 | 0.65 | 0.1 |
Hex | 9 | E | 2B | 4F | 43 | 0 | 53 | E7 | 41 | A |
Octal | 11 | 16 | 53 | 117 | 103 | 0 | 123 | 347 | 101 | 12 |
Binary | 1001 | 1110 | 101011 | 1001111 | 1000011 | 0 | 1010011 | 11100111 | 1000001 | 1010 |
Color Harmonies of #090E2B
Complementary color
Monochromatic Colors of #090E2B
Black with #090E2B
Text Example
Text Example
White with #090E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E2B; }
p { color: rgb(9,14,43); }
H1.HeaderClassName
{
color: #090E2B;
}
.AnyTagClassName
{
color: #090E2B;
}
</style>
background-color css
<style>
a { background-color: #090E2B; }
a { background-color: rgb(9,14,43); }
div.DivClassName
{
background-color: #090E2B;
}
.BgClassName
{
background-color: #090E2B;
}
</style>
border-color css
<style>
span { border-color: #090E2B; }
span { border-color: rgb(9,14,43); }
td.TdClassName
{
border-color: #090E2B;
}
.TagClassName
{
border-color: #090E2B;
}
</style>