Shades of Black Russian #0B082C
Tints of Black Russian #0B082C
RGB
CMYK
RGB Variations
Color information
#0B082C (or 0x0B082C) is known color: Black Russian. HEX triplet: 0B, 08 and 2C. RGB value is (11,8,44). Sum of RGB (Red+Green+Blue) = 11+8+44=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B082C is #F4F7D3. Grayscale: #0C0C0C. Windows color (decimal): -16054228 or 2885643. OLE color: 2885643.
HSL color Cylindrical-coordinate representation of color #0B082C: hue angle of 245º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B082C is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 8 | 44 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.83 |
| HSL | 245º | 0.69% | 0.1% | - |
| HSV(B) | 245º | 0.82% | 0.17% | - |
| XYZ | 0.68 | 0.43 | 2.43 | - |
| YUV | 13 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 44 | 0.75 | 0.82 | 0 | 0.83 | 245 | 0.69 | 0.1 |
| Hex | B | 8 | 2C | 4B | 52 | 0 | 53 | F5 | 45 | A |
| Octal | 13 | 10 | 54 | 113 | 122 | 0 | 123 | 365 | 105 | 12 |
| Binary | 1011 | 1000 | 101100 | 1001011 | 1010010 | 0 | 1010011 | 11110101 | 1000101 | 1010 |
Color Harmonies of #0B082C
Complementary color
Monochromatic Colors of #0B082C
Black with #0B082C
Text Example
Text Example
White with #0B082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B082C; }
p { color: rgb(11,8,44); }
H1.HeaderClassName
{
color: #0B082C;
}
.AnyTagClassName
{
color: #0B082C;
}
</style>
background-color css
<style>
a { background-color: #0B082C; }
a { background-color: rgb(11,8,44); }
div.DivClassName
{
background-color: #0B082C;
}
.BgClassName
{
background-color: #0B082C;
}
</style>
border-color css
<style>
span { border-color: #0B082C; }
span { border-color: rgb(11,8,44); }
td.TdClassName
{
border-color: #0B082C;
}
.TagClassName
{
border-color: #0B082C;
}
</style>