Shades of Black Russian #0B1125
Tints of Black Russian #0B1125
RGB
CMYK
RGB Variations
Color information
#0B1125 (or 0x0B1125) is known color: Black Russian. HEX triplet: 0B, 11 and 25. RGB value is (11,17,37). Sum of RGB (Red+Green+Blue) = 11+17+37=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B1125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1125 is #F4EEDA. Grayscale: #111111. Windows color (decimal): -16051931 or 2429195. OLE color: 2429195.
HSL color Cylindrical-coordinate representation of color #0B1125: hue angle of 226.15º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B1125 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 17 | 37 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.85 |
| HSL | 226.15º | 0.54% | 0.09% | - |
| HSV(B) | 226.15º | 0.7% | 0.15% | - |
| XYZ | 0.67 | 0.61 | 1.83 | - |
| YUV | 17.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 37 | 0.70 | 0.54 | 0 | 0.85 | 226.15 | 0.54 | 0.09 |
| Hex | B | 11 | 25 | 46 | 36 | 0 | 55 | E2 | 36 | 9 |
| Octal | 13 | 21 | 45 | 106 | 66 | 0 | 125 | 342 | 66 | 11 |
| Binary | 1011 | 10001 | 100101 | 1000110 | 110110 | 0 | 1010101 | 11100010 | 110110 | 1001 |
Color Harmonies of #0B1125
Complementary color
Monochromatic Colors of #0B1125
Black with #0B1125
Text Example
Text Example
White with #0B1125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1125; }
p { color: rgb(11,17,37); }
H1.HeaderClassName
{
color: #0B1125;
}
.AnyTagClassName
{
color: #0B1125;
}
</style>
background-color css
<style>
a { background-color: #0B1125; }
a { background-color: rgb(11,17,37); }
div.DivClassName
{
background-color: #0B1125;
}
.BgClassName
{
background-color: #0B1125;
}
</style>
border-color css
<style>
span { border-color: #0B1125; }
span { border-color: rgb(11,17,37); }
td.TdClassName
{
border-color: #0B1125;
}
.TagClassName
{
border-color: #0B1125;
}
</style>