Shades of Black Russian #0B052D
Tints of Black Russian #0B052D
RGB
CMYK
RGB Variations
Color information
#0B052D (or 0x0B052D) is known color: Black Russian. HEX triplet: 0B, 05 and 2D. RGB value is (11,5,45). Sum of RGB (Red+Green+Blue) = 11+5+45=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 45 (17.97% from 255 or 73.77% from 61); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B052D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B052D is #F4FAD2. Grayscale: #0B0B0B. Windows color (decimal): -16054995 or 2950411. OLE color: 2950411.
HSL color Cylindrical-coordinate representation of color #0B052D: hue angle of 249º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B052D is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 5 | 45 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.82 |
| HSL | 249º | 0.8% | 0.1% | - |
| HSV(B) | 249º | 0.89% | 0.18% | - |
| XYZ | 0.67 | 0.37 | 2.52 | - |
| YUV | 11.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 45 | 0.76 | 0.89 | 0 | 0.82 | 249 | 0.8 | 0.1 |
| Hex | B | 5 | 2D | 4C | 59 | 0 | 52 | F9 | 50 | A |
| Octal | 13 | 5 | 55 | 114 | 131 | 0 | 122 | 371 | 120 | 12 |
| Binary | 1011 | 101 | 101101 | 1001100 | 1011001 | 0 | 1010010 | 11111001 | 1010000 | 1010 |
Color Harmonies of #0B052D
Complementary color
Monochromatic Colors of #0B052D
Black with #0B052D
Text Example
Text Example
White with #0B052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B052D; }
p { color: rgb(11,5,45); }
H1.HeaderClassName
{
color: #0B052D;
}
.AnyTagClassName
{
color: #0B052D;
}
</style>
background-color css
<style>
a { background-color: #0B052D; }
a { background-color: rgb(11,5,45); }
div.DivClassName
{
background-color: #0B052D;
}
.BgClassName
{
background-color: #0B052D;
}
</style>
border-color css
<style>
span { border-color: #0B052D; }
span { border-color: rgb(11,5,45); }
td.TdClassName
{
border-color: #0B052D;
}
.TagClassName
{
border-color: #0B052D;
}
</style>