Shades of Black Russian #090B30
Tints of Black Russian #090B30
RGB
CMYK
RGB Variations
Color information
#090B30 (or 0x090B30) is known color: Black Russian. HEX triplet: 09, 0B and 30. RGB value is (9,11,48). Sum of RGB (Red+Green+Blue) = 9+11+48=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #090B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B30 is #F6F4CF. Grayscale: #0E0E0E. Windows color (decimal): -16184528 or 3148553. OLE color: 3148553.
HSL color Cylindrical-coordinate representation of color #090B30: hue angle of 236.92º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #090B30 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 11 | 48 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.81 |
| HSL | 236.92º | 0.68% | 0.11% | - |
| HSV(B) | 236.92º | 0.81% | 0.19% | - |
| XYZ | 0.77 | 0.51 | 2.85 | - |
| YUV | 14.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 48 | 0.81 | 0.77 | 0 | 0.81 | 236.92 | 0.68 | 0.11 |
| Hex | 9 | B | 30 | 51 | 4D | 0 | 51 | ED | 44 | B |
| Octal | 11 | 13 | 60 | 121 | 115 | 0 | 121 | 355 | 104 | 13 |
| Binary | 1001 | 1011 | 110000 | 1010001 | 1001101 | 0 | 1010001 | 11101101 | 1000100 | 1011 |
Color Harmonies of #090B30
Complementary color
Monochromatic Colors of #090B30
Black with #090B30
Text Example
Text Example
White with #090B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B30; }
p { color: rgb(9,11,48); }
H1.HeaderClassName
{
color: #090B30;
}
.AnyTagClassName
{
color: #090B30;
}
</style>
background-color css
<style>
a { background-color: #090B30; }
a { background-color: rgb(9,11,48); }
div.DivClassName
{
background-color: #090B30;
}
.BgClassName
{
background-color: #090B30;
}
</style>
border-color css
<style>
span { border-color: #090B30; }
span { border-color: rgb(9,11,48); }
td.TdClassName
{
border-color: #090B30;
}
.TagClassName
{
border-color: #090B30;
}
</style>