Shades of Black Russian #090B18
Tints of Black Russian #090B18
RGB
CMYK
RGB Variations
Color information
#090B18 (or 0x090B18) is known color: Black Russian. HEX triplet: 09, 0B and 18. RGB value is (9,11,24). Sum of RGB (Red+Green+Blue) = 9+11+24=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #090B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B18 is #F6F4E7. Grayscale: #0B0B0B. Windows color (decimal): -16184552 or 1575689. OLE color: 1575689.
HSL color Cylindrical-coordinate representation of color #090B18: hue angle of 232º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #090B18 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 11 | 24 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.91 |
| HSL | 232º | 0.45% | 0.06% | - |
| HSV(B) | 232º | 0.63% | 0.09% | - |
| XYZ | 0.4 | 0.36 | 0.91 | - |
| YUV | 11.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 24 | 0.63 | 0.54 | 0 | 0.91 | 232 | 0.45 | 0.06 |
| Hex | 9 | B | 18 | 3F | 36 | 0 | 5B | E8 | 2D | 6 |
| Octal | 11 | 13 | 30 | 77 | 66 | 0 | 133 | 350 | 55 | 6 |
| Binary | 1001 | 1011 | 11000 | 111111 | 110110 | 0 | 1011011 | 11101000 | 101101 | 110 |
Color Harmonies of #090B18
Complementary color
Monochromatic Colors of #090B18
Black with #090B18
Text Example
Text Example
White with #090B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B18; }
p { color: rgb(9,11,24); }
H1.HeaderClassName
{
color: #090B18;
}
.AnyTagClassName
{
color: #090B18;
}
</style>
background-color css
<style>
a { background-color: #090B18; }
a { background-color: rgb(9,11,24); }
div.DivClassName
{
background-color: #090B18;
}
.BgClassName
{
background-color: #090B18;
}
</style>
border-color css
<style>
span { border-color: #090B18; }
span { border-color: rgb(9,11,24); }
td.TdClassName
{
border-color: #090B18;
}
.TagClassName
{
border-color: #090B18;
}
</style>