Shades of Black Russian #0B091C
Tints of Black Russian #0B091C
RGB
CMYK
RGB Variations
Color information
#0B091C (or 0x0B091C) is known color: Black Russian. HEX triplet: 0B, 09 and 1C. RGB value is (11,9,28). Sum of RGB (Red+Green+Blue) = 11+9+28=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B091C is #F4F6E3. Grayscale: #0B0B0B. Windows color (decimal): -16053988 or 1837323. OLE color: 1837323.
HSL color Cylindrical-coordinate representation of color #0B091C: hue angle of 246.32º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0B091C is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 9 | 28 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.89 |
| HSL | 246.32º | 0.51% | 0.07% | - |
| HSV(B) | 246.32º | 0.68% | 0.11% | - |
| XYZ | 0.45 | 0.35 | 1.14 | - |
| YUV | 11.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 28 | 0.61 | 0.68 | 0 | 0.89 | 246.32 | 0.51 | 0.07 |
| Hex | B | 9 | 1C | 3D | 44 | 0 | 59 | F6 | 33 | 7 |
| Octal | 13 | 11 | 34 | 75 | 104 | 0 | 131 | 366 | 63 | 7 |
| Binary | 1011 | 1001 | 11100 | 111101 | 1000100 | 0 | 1011001 | 11110110 | 110011 | 111 |
Color Harmonies of #0B091C
Complementary color
Monochromatic Colors of #0B091C
Black with #0B091C
Text Example
Text Example
White with #0B091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B091C; }
p { color: rgb(11,9,28); }
H1.HeaderClassName
{
color: #0B091C;
}
.AnyTagClassName
{
color: #0B091C;
}
</style>
background-color css
<style>
a { background-color: #0B091C; }
a { background-color: rgb(11,9,28); }
div.DivClassName
{
background-color: #0B091C;
}
.BgClassName
{
background-color: #0B091C;
}
</style>
border-color css
<style>
span { border-color: #0B091C; }
span { border-color: rgb(11,9,28); }
td.TdClassName
{
border-color: #0B091C;
}
.TagClassName
{
border-color: #0B091C;
}
</style>