Shades of Black Russian #0B082D
Tints of Black Russian #0B082D
RGB
CMYK
RGB Variations
Color information
#0B082D (or 0x0B082D) is known color: Black Russian. HEX triplet: 0B, 08 and 2D. RGB value is (11,8,45). Sum of RGB (Red+Green+Blue) = 11+8+45=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 45 (17.97% from 255 or 70.31% from 64); Max value from RGB is 45 - color contains mainly: blue. Hex color #0B082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B082D is #F4F7D2. Grayscale: #0C0C0C. Windows color (decimal): -16054227 or 2951179. OLE color: 2951179.
HSL color Cylindrical-coordinate representation of color #0B082D: hue angle of 244.86º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B082D is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 8 | 45 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.82 |
| HSL | 244.86º | 0.7% | 0.1% | - |
| HSV(B) | 244.86º | 0.82% | 0.18% | - |
| XYZ | 0.7 | 0.43 | 2.53 | - |
| YUV | 13.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 45 | 0.76 | 0.82 | 0 | 0.82 | 244.86 | 0.7 | 0.1 |
| Hex | B | 8 | 2D | 4C | 52 | 0 | 52 | F5 | 46 | A |
| Octal | 13 | 10 | 55 | 114 | 122 | 0 | 122 | 365 | 106 | 12 |
| Binary | 1011 | 1000 | 101101 | 1001100 | 1010010 | 0 | 1010010 | 11110101 | 1000110 | 1010 |
Color Harmonies of #0B082D
Complementary color
Monochromatic Colors of #0B082D
Black with #0B082D
Text Example
Text Example
White with #0B082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B082D; }
p { color: rgb(11,8,45); }
H1.HeaderClassName
{
color: #0B082D;
}
.AnyTagClassName
{
color: #0B082D;
}
</style>
background-color css
<style>
a { background-color: #0B082D; }
a { background-color: rgb(11,8,45); }
div.DivClassName
{
background-color: #0B082D;
}
.BgClassName
{
background-color: #0B082D;
}
</style>
border-color css
<style>
span { border-color: #0B082D; }
span { border-color: rgb(11,8,45); }
td.TdClassName
{
border-color: #0B082D;
}
.TagClassName
{
border-color: #0B082D;
}
</style>