Shades of Black Russian #080B2D
Tints of Black Russian #080B2D
RGB
CMYK
RGB Variations
Color information
#080B2D (or 0x080B2D) is known color: Black Russian. HEX triplet: 08, 0B and 2D. RGB value is (8,11,45). Sum of RGB (Red+Green+Blue) = 8+11+45=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 11 (4.69% from 255 or 17.19% 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 #080B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B2D is #F7F4D2. Grayscale: #0D0D0D. Windows color (decimal): -16250067 or 2951944. OLE color: 2951944.
HSL color Cylindrical-coordinate representation of color #080B2D: hue angle of 235.14º 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 #080B2D is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 11 | 45 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.82 |
| HSL | 235.14º | 0.7% | 0.1% | - |
| HSV(B) | 235.14º | 0.82% | 0.18% | - |
| XYZ | 0.69 | 0.48 | 2.54 | - |
| YUV | 13.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 45 | 0.82 | 0.76 | 0 | 0.82 | 235.14 | 0.7 | 0.1 |
| Hex | 8 | B | 2D | 52 | 4C | 0 | 52 | EB | 46 | A |
| Octal | 10 | 13 | 55 | 122 | 114 | 0 | 122 | 353 | 106 | 12 |
| Binary | 1000 | 1011 | 101101 | 1010010 | 1001100 | 0 | 1010010 | 11101011 | 1000110 | 1010 |
Color Harmonies of #080B2D
Complementary color
Monochromatic Colors of #080B2D
Black with #080B2D
Text Example
Text Example
White with #080B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B2D; }
p { color: rgb(8,11,45); }
H1.HeaderClassName
{
color: #080B2D;
}
.AnyTagClassName
{
color: #080B2D;
}
</style>
background-color css
<style>
a { background-color: #080B2D; }
a { background-color: rgb(8,11,45); }
div.DivClassName
{
background-color: #080B2D;
}
.BgClassName
{
background-color: #080B2D;
}
</style>
border-color css
<style>
span { border-color: #080B2D; }
span { border-color: rgb(8,11,45); }
td.TdClassName
{
border-color: #080B2D;
}
.TagClassName
{
border-color: #080B2D;
}
</style>