Shades of Black Russian #090B2D
Tints of Black Russian #090B2D
RGB
CMYK
RGB Variations
Color information
#090B2D (or 0x090B2D) is known color: Black Russian. HEX triplet: 09, 0B and 2D. RGB value is (9,11,45). Sum of RGB (Red+Green+Blue) = 9+11+45=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #090B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B2D is #F6F4D2. Grayscale: #0E0E0E. Windows color (decimal): -16184531 or 2951945. OLE color: 2951945.
HSL color Cylindrical-coordinate representation of color #090B2D: hue angle of 236.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #090B2D is Cyan = 0.8, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 11 | 45 | - |
| CMYK | 0.8 | 0.76 | 0 | 0.82 |
| HSL | 236.67º | 0.67% | 0.11% | - |
| HSV(B) | 236.67º | 0.8% | 0.18% | - |
| XYZ | 0.71 | 0.49 | 2.54 | - |
| YUV | 14.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 45 | 0.8 | 0.76 | 0 | 0.82 | 236.67 | 0.67 | 0.11 |
| Hex | 9 | B | 2D | 50 | 4C | 0 | 52 | ED | 43 | B |
| Octal | 11 | 13 | 55 | 120 | 114 | 0 | 122 | 355 | 103 | 13 |
| Binary | 1001 | 1011 | 101101 | 1010000 | 1001100 | 0 | 1010010 | 11101101 | 1000011 | 1011 |
Color Harmonies of #090B2D
Complementary color
Monochromatic Colors of #090B2D
Black with #090B2D
Text Example
Text Example
White with #090B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B2D; }
p { color: rgb(9,11,45); }
H1.HeaderClassName
{
color: #090B2D;
}
.AnyTagClassName
{
color: #090B2D;
}
</style>
background-color css
<style>
a { background-color: #090B2D; }
a { background-color: rgb(9,11,45); }
div.DivClassName
{
background-color: #090B2D;
}
.BgClassName
{
background-color: #090B2D;
}
</style>
border-color css
<style>
span { border-color: #090B2D; }
span { border-color: rgb(9,11,45); }
td.TdClassName
{
border-color: #090B2D;
}
.TagClassName
{
border-color: #090B2D;
}
</style>