Shades of Black Russian #0B091B
Tints of Black Russian #0B091B
RGB
CMYK
RGB Variations
Color information
#0B091B (or 0x0B091B) is known color: Black Russian. HEX triplet: 0B, 09 and 1B. RGB value is (11,9,27). Sum of RGB (Red+Green+Blue) = 11+9+27=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B091B is #F4F6E4. Grayscale: #0B0B0B. Windows color (decimal): -16053989 or 1771787. OLE color: 1771787.
HSL color Cylindrical-coordinate representation of color #0B091B: hue angle of 246.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B091B is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 9 | 27 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.89 |
| HSL | 246.67º | 0.5% | 0.07% | - |
| HSV(B) | 246.67º | 0.67% | 0.11% | - |
| XYZ | 0.43 | 0.35 | 1.08 | - |
| YUV | 11.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 27 | 0.59 | 0.67 | 0 | 0.89 | 246.67 | 0.5 | 0.07 |
| Hex | B | 9 | 1B | 3B | 43 | 0 | 59 | F7 | 32 | 7 |
| Octal | 13 | 11 | 33 | 73 | 103 | 0 | 131 | 367 | 62 | 7 |
| Binary | 1011 | 1001 | 11011 | 111011 | 1000011 | 0 | 1011001 | 11110111 | 110010 | 111 |
Color Harmonies of #0B091B
Complementary color
Monochromatic Colors of #0B091B
Black with #0B091B
Text Example
Text Example
White with #0B091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B091B; }
p { color: rgb(11,9,27); }
H1.HeaderClassName
{
color: #0B091B;
}
.AnyTagClassName
{
color: #0B091B;
}
</style>
background-color css
<style>
a { background-color: #0B091B; }
a { background-color: rgb(11,9,27); }
div.DivClassName
{
background-color: #0B091B;
}
.BgClassName
{
background-color: #0B091B;
}
</style>
border-color css
<style>
span { border-color: #0B091B; }
span { border-color: rgb(11,9,27); }
td.TdClassName
{
border-color: #0B091B;
}
.TagClassName
{
border-color: #0B091B;
}
</style>