Shades of Black Russian #09090B
Tints of Black Russian #09090B
RGB
CMYK
RGB Variations
Color information
#09090B (or 0x09090B) is known color: Black Russian. HEX triplet: 09, 09 and 0B. RGB value is (9,9,11). Sum of RGB (Red+Green+Blue) = 9+9+11=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 11 - color contains mainly: blue. Hex color #09090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09090B is #F6F6F4. Grayscale: #090909. Windows color (decimal): -16185077 or 723209. OLE color: 723209.
HSL color Cylindrical-coordinate representation of color #09090B: hue angle of 240º degrees, saturation: 0.1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #09090B is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 9 | 11 | - |
CMYK | 0.18 | 0.18 | 0 | 0.96 |
HSL | 240º | 0.1% | 0.04% | - |
HSV(B) | 240º | 0.18% | 0.04% | - |
XYZ | 0.27 | 0.28 | 0.36 | - |
YUV | 9.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 9 | 11 | 0.18 | 0.18 | 0 | 0.96 | 240 | 0.1 | 0.04 |
Hex | 9 | 9 | B | 12 | 12 | 0 | 60 | F0 | A | 4 |
Octal | 11 | 11 | 13 | 22 | 22 | 0 | 140 | 360 | 12 | 4 |
Binary | 1001 | 1001 | 1011 | 10010 | 10010 | 0 | 1100000 | 11110000 | 1010 | 100 |
Color Harmonies of #09090B
Complementary color
Monochromatic Colors of #09090B
Black with #09090B
Text Example
Text Example
White with #09090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09090B; }
p { color: rgb(9,9,11); }
H1.HeaderClassName
{
color: #09090B;
}
.AnyTagClassName
{
color: #09090B;
}
</style>
background-color css
<style>
a { background-color: #09090B; }
a { background-color: rgb(9,9,11); }
div.DivClassName
{
background-color: #09090B;
}
.BgClassName
{
background-color: #09090B;
}
</style>
border-color css
<style>
span { border-color: #09090B; }
span { border-color: rgb(9,9,11); }
td.TdClassName
{
border-color: #09090B;
}
.TagClassName
{
border-color: #09090B;
}
</style>