Shades of Black Russian #0B1030
Tints of Black Russian #0B1030
RGB
CMYK
RGB Variations
Color information
#0B1030 (or 0x0B1030) is known color: Black Russian. HEX triplet: 0B, 10 and 30. RGB value is (11,16,48). Sum of RGB (Red+Green+Blue) = 11+16+48=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B1030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1030 is #F4EFCF. Grayscale: #121212. Windows color (decimal): -16052176 or 3149835. OLE color: 3149835.
HSL color Cylindrical-coordinate representation of color #0B1030: hue angle of 231.89º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B1030 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 16 | 48 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.81 |
| HSL | 231.89º | 0.63% | 0.12% | - |
| HSV(B) | 231.89º | 0.77% | 0.19% | - |
| XYZ | 0.86 | 0.66 | 2.88 | - |
| YUV | 18.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 48 | 0.77 | 0.67 | 0 | 0.81 | 231.89 | 0.63 | 0.12 |
| Hex | B | 10 | 30 | 4D | 43 | 0 | 51 | E8 | 3F | C |
| Octal | 13 | 20 | 60 | 115 | 103 | 0 | 121 | 350 | 77 | 14 |
| Binary | 1011 | 10000 | 110000 | 1001101 | 1000011 | 0 | 1010001 | 11101000 | 111111 | 1100 |
Color Harmonies of #0B1030
Complementary color
Monochromatic Colors of #0B1030
Black with #0B1030
Text Example
Text Example
White with #0B1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1030; }
p { color: rgb(11,16,48); }
H1.HeaderClassName
{
color: #0B1030;
}
.AnyTagClassName
{
color: #0B1030;
}
</style>
background-color css
<style>
a { background-color: #0B1030; }
a { background-color: rgb(11,16,48); }
div.DivClassName
{
background-color: #0B1030;
}
.BgClassName
{
background-color: #0B1030;
}
</style>
border-color css
<style>
span { border-color: #0B1030; }
span { border-color: rgb(11,16,48); }
td.TdClassName
{
border-color: #0B1030;
}
.TagClassName
{
border-color: #0B1030;
}
</style>