Shades of Black Russian #090B0F
Tints of Black Russian #090B0F
RGB
CMYK
RGB Variations
Color information
#090B0F (or 0x090B0F) is known color: Black Russian. HEX triplet: 09, 0B and 0F. RGB value is (9,11,15). Sum of RGB (Red+Green+Blue) = 9+11+15=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 15 - color contains mainly: blue. Hex color #090B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B0F is #F6F4F0. Grayscale: #0A0A0A. Windows color (decimal): -16184561 or 985865. OLE color: 985865.
HSL color Cylindrical-coordinate representation of color #090B0F: hue angle of 220º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #090B0F is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 11 | 15 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.94 |
| HSL | 220º | 0.25% | 0.05% | - |
| HSV(B) | 220º | 0.4% | 0.06% | - |
| XYZ | 0.32 | 0.33 | 0.5 | - |
| YUV | 10.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 15 | 0.40 | 0.27 | 0 | 0.94 | 220 | 0.25 | 0.05 |
| Hex | 9 | B | F | 28 | 1B | 0 | 5E | DC | 19 | 5 |
| Octal | 11 | 13 | 17 | 50 | 33 | 0 | 136 | 334 | 31 | 5 |
| Binary | 1001 | 1011 | 1111 | 101000 | 11011 | 0 | 1011110 | 11011100 | 11001 | 101 |
Color Harmonies of #090B0F
Complementary color
Monochromatic Colors of #090B0F
Black with #090B0F
Text Example
Text Example
White with #090B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B0F; }
p { color: rgb(9,11,15); }
H1.HeaderClassName
{
color: #090B0F;
}
.AnyTagClassName
{
color: #090B0F;
}
</style>
background-color css
<style>
a { background-color: #090B0F; }
a { background-color: rgb(9,11,15); }
div.DivClassName
{
background-color: #090B0F;
}
.BgClassName
{
background-color: #090B0F;
}
</style>
border-color css
<style>
span { border-color: #090B0F; }
span { border-color: rgb(9,11,15); }
td.TdClassName
{
border-color: #090B0F;
}
.TagClassName
{
border-color: #090B0F;
}
</style>