Shades of Black Russian #090B14
Tints of Black Russian #090B14
RGB
CMYK
RGB Variations
Color information
#090B14 (or 0x090B14) is known color: Black Russian. HEX triplet: 09, 0B and 14. RGB value is (9,11,20). Sum of RGB (Red+Green+Blue) = 9+11+20=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #090B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B14 is #F6F4EB. Grayscale: #0B0B0B. Windows color (decimal): -16184556 or 1313545. OLE color: 1313545.
HSL color Cylindrical-coordinate representation of color #090B14: hue angle of 229.09º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #090B14 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 11 | 20 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.92 |
| HSL | 229.09º | 0.38% | 0.06% | - |
| HSV(B) | 229.09º | 0.55% | 0.08% | - |
| XYZ | 0.36 | 0.35 | 0.71 | - |
| YUV | 11.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 20 | 0.55 | 0.45 | 0 | 0.92 | 229.09 | 0.38 | 0.06 |
| Hex | 9 | B | 14 | 37 | 2D | 0 | 5C | E5 | 26 | 6 |
| Octal | 11 | 13 | 24 | 67 | 55 | 0 | 134 | 345 | 46 | 6 |
| Binary | 1001 | 1011 | 10100 | 110111 | 101101 | 0 | 1011100 | 11100101 | 100110 | 110 |
Color Harmonies of #090B14
Complementary color
Monochromatic Colors of #090B14
Black with #090B14
Text Example
Text Example
White with #090B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B14; }
p { color: rgb(9,11,20); }
H1.HeaderClassName
{
color: #090B14;
}
.AnyTagClassName
{
color: #090B14;
}
</style>
background-color css
<style>
a { background-color: #090B14; }
a { background-color: rgb(9,11,20); }
div.DivClassName
{
background-color: #090B14;
}
.BgClassName
{
background-color: #090B14;
}
</style>
border-color css
<style>
span { border-color: #090B14; }
span { border-color: rgb(9,11,20); }
td.TdClassName
{
border-color: #090B14;
}
.TagClassName
{
border-color: #090B14;
}
</style>