Shades of Black Russian #0B052F
Tints of Black Russian #0B052F
RGB
CMYK
RGB Variations
Color information
#0B052F (or 0x0B052F) is known color: Black Russian. HEX triplet: 0B, 05 and 2F. RGB value is (11,5,47). Sum of RGB (Red+Green+Blue) = 11+5+47=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 47 (18.75% from 255 or 74.60% from 63); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B052F is #F4FAD0. Grayscale: #0B0B0B. Windows color (decimal): -16054993 or 3081483. OLE color: 3081483.
HSL color Cylindrical-coordinate representation of color #0B052F: hue angle of 248.57º degrees, saturation: 0.81, 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 #0B052F is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 5 | 47 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.82 |
| HSL | 248.57º | 0.81% | 0.1% | - |
| HSV(B) | 248.57º | 0.89% | 0.18% | - |
| XYZ | 0.71 | 0.38 | 2.73 | - |
| YUV | 11.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 47 | 0.77 | 0.89 | 0 | 0.82 | 248.57 | 0.81 | 0.1 |
| Hex | B | 5 | 2F | 4D | 59 | 0 | 52 | F9 | 51 | A |
| Octal | 13 | 5 | 57 | 115 | 131 | 0 | 122 | 371 | 121 | 12 |
| Binary | 1011 | 101 | 101111 | 1001101 | 1011001 | 0 | 1010010 | 11111001 | 1010001 | 1010 |
Color Harmonies of #0B052F
Complementary color
Monochromatic Colors of #0B052F
Black with #0B052F
Text Example
Text Example
White with #0B052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B052F; }
p { color: rgb(11,5,47); }
H1.HeaderClassName
{
color: #0B052F;
}
.AnyTagClassName
{
color: #0B052F;
}
</style>
background-color css
<style>
a { background-color: #0B052F; }
a { background-color: rgb(11,5,47); }
div.DivClassName
{
background-color: #0B052F;
}
.BgClassName
{
background-color: #0B052F;
}
</style>
border-color css
<style>
span { border-color: #0B052F; }
span { border-color: rgb(11,5,47); }
td.TdClassName
{
border-color: #0B052F;
}
.TagClassName
{
border-color: #0B052F;
}
</style>