Shades of Black Russian #090A2F
Tints of Black Russian #090A2F
RGB
CMYK
RGB Variations
Color information
#090A2F (or 0x090A2F) is known color: Black Russian. HEX triplet: 09, 0A and 2F. RGB value is (9,10,47). Sum of RGB (Red+Green+Blue) = 9+10+47=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #090A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090A2F is #F6F5D0. Grayscale: #0D0D0D. Windows color (decimal): -16184785 or 3082761. OLE color: 3082761.
HSL color Cylindrical-coordinate representation of color #090A2F: hue angle of 238.42º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #090A2F is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 10 | 47 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.82 |
| HSL | 238.42º | 0.68% | 0.11% | - |
| HSV(B) | 238.42º | 0.81% | 0.18% | - |
| XYZ | 0.73 | 0.48 | 2.74 | - |
| YUV | 13.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 47 | 0.81 | 0.79 | 0 | 0.82 | 238.42 | 0.68 | 0.11 |
| Hex | 9 | A | 2F | 51 | 4F | 0 | 52 | EE | 44 | B |
| Octal | 11 | 12 | 57 | 121 | 117 | 0 | 122 | 356 | 104 | 13 |
| Binary | 1001 | 1010 | 101111 | 1010001 | 1001111 | 0 | 1010010 | 11101110 | 1000100 | 1011 |
Color Harmonies of #090A2F
Complementary color
Monochromatic Colors of #090A2F
Black with #090A2F
Text Example
Text Example
White with #090A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A2F; }
p { color: rgb(9,10,47); }
H1.HeaderClassName
{
color: #090A2F;
}
.AnyTagClassName
{
color: #090A2F;
}
</style>
background-color css
<style>
a { background-color: #090A2F; }
a { background-color: rgb(9,10,47); }
div.DivClassName
{
background-color: #090A2F;
}
.BgClassName
{
background-color: #090A2F;
}
</style>
border-color css
<style>
span { border-color: #090A2F; }
span { border-color: rgb(9,10,47); }
td.TdClassName
{
border-color: #090A2F;
}
.TagClassName
{
border-color: #090A2F;
}
</style>