Shades of Black Russian #090035
Tints of Black Russian #090035
RGB
CMYK
RGB Variations
Color information
#090035 (or 0x090035) is known color: Black Russian. HEX triplet: 09, 00 and 35. RGB value is (9,0,53). Sum of RGB (Red+Green+Blue) = 9+0+53=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 53 (21.09% from 255 or 85.48% from 62); Max value from RGB is 53 - color contains mainly: blue. Hex color #090035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090035 is #F6FFCA. Grayscale: #080808. Windows color (decimal): -16187339 or 3473417. OLE color: 3473417.
HSL color Cylindrical-coordinate representation of color #090035: hue angle of 250.19º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090035 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 0 | 53 | - |
| CMYK | 0.83 | 1 | 0 | 0.79 |
| HSL | 250.19º | 1% | 0.1% | - |
| HSV(B) | 250.19º | 1% | 0.21% | - |
| XYZ | 0.76 | 0.32 | 3.39 | - |
| YUV | 8.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 53 | 0.83 | 1 | 0 | 0.79 | 250.19 | 1 | 0.1 |
| Hex | 9 | 0 | 35 | 53 | 64 | 0 | 4F | FA | 64 | A |
| Octal | 11 | 0 | 65 | 123 | 144 | 0 | 117 | 372 | 144 | 12 |
| Binary | 1001 | 0 | 110101 | 1010011 | 1100100 | 0 | 1001111 | 11111010 | 1100100 | 1010 |
Color Harmonies of #090035
Complementary color
Monochromatic Colors of #090035
Black with #090035
Text Example
Text Example
White with #090035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090035; }
p { color: rgb(9,0,53); }
H1.HeaderClassName
{
color: #090035;
}
.AnyTagClassName
{
color: #090035;
}
</style>
background-color css
<style>
a { background-color: #090035; }
a { background-color: rgb(9,0,53); }
div.DivClassName
{
background-color: #090035;
}
.BgClassName
{
background-color: #090035;
}
</style>
border-color css
<style>
span { border-color: #090035; }
span { border-color: rgb(9,0,53); }
td.TdClassName
{
border-color: #090035;
}
.TagClassName
{
border-color: #090035;
}
</style>