Shades of Black Russian #0B052C
Tints of Black Russian #0B052C
RGB
CMYK
RGB Variations
Color information
#0B052C (or 0x0B052C) is known color: Black Russian. HEX triplet: 0B, 05 and 2C. RGB value is (11,5,44). Sum of RGB (Red+Green+Blue) = 11+5+44=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 44 (17.58% from 255 or 73.33% from 60); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B052C is #F4FAD3. Grayscale: #0B0B0B. Windows color (decimal): -16054996 or 2884875. OLE color: 2884875.
HSL color Cylindrical-coordinate representation of color #0B052C: hue angle of 249.23º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B052C is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 5 | 44 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.83 |
| HSL | 249.23º | 0.8% | 0.1% | - |
| HSV(B) | 249.23º | 0.89% | 0.17% | - |
| XYZ | 0.65 | 0.36 | 2.42 | - |
| YUV | 11.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 44 | 0.75 | 0.89 | 0 | 0.83 | 249.23 | 0.8 | 0.1 |
| Hex | B | 5 | 2C | 4B | 59 | 0 | 53 | F9 | 50 | A |
| Octal | 13 | 5 | 54 | 113 | 131 | 0 | 123 | 371 | 120 | 12 |
| Binary | 1011 | 101 | 101100 | 1001011 | 1011001 | 0 | 1010011 | 11111001 | 1010000 | 1010 |
Color Harmonies of #0B052C
Complementary color
Monochromatic Colors of #0B052C
Black with #0B052C
Text Example
Text Example
White with #0B052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B052C; }
p { color: rgb(11,5,44); }
H1.HeaderClassName
{
color: #0B052C;
}
.AnyTagClassName
{
color: #0B052C;
}
</style>
background-color css
<style>
a { background-color: #0B052C; }
a { background-color: rgb(11,5,44); }
div.DivClassName
{
background-color: #0B052C;
}
.BgClassName
{
background-color: #0B052C;
}
</style>
border-color css
<style>
span { border-color: #0B052C; }
span { border-color: rgb(11,5,44); }
td.TdClassName
{
border-color: #0B052C;
}
.TagClassName
{
border-color: #0B052C;
}
</style>