Shades of Black Russian #080B2E
Tints of Black Russian #080B2E
RGB
CMYK
RGB Variations
Color information
#080B2E (or 0x080B2E) is known color: Black Russian. HEX triplet: 08, 0B and 2E. RGB value is (8,11,46). Sum of RGB (Red+Green+Blue) = 8+11+46=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #080B2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080B2E is #F7F4D1. Grayscale: #0D0D0D. Windows color (decimal): -16250066 or 3017480. OLE color: 3017480.
HSL color Cylindrical-coordinate representation of color #080B2E: hue angle of 235.26º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080B2E is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 11 | 46 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.82 |
| HSL | 235.26º | 0.7% | 0.11% | - |
| HSV(B) | 235.26º | 0.83% | 0.18% | - |
| XYZ | 0.71 | 0.49 | 2.64 | - |
| YUV | 14.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 46 | 0.83 | 0.76 | 0 | 0.82 | 235.26 | 0.7 | 0.11 |
| Hex | 8 | B | 2E | 53 | 4C | 0 | 52 | EB | 46 | B |
| Octal | 10 | 13 | 56 | 123 | 114 | 0 | 122 | 353 | 106 | 13 |
| Binary | 1000 | 1011 | 101110 | 1010011 | 1001100 | 0 | 1010010 | 11101011 | 1000110 | 1011 |
Color Harmonies of #080B2E
Complementary color
Monochromatic Colors of #080B2E
Black with #080B2E
Text Example
Text Example
White with #080B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B2E; }
p { color: rgb(8,11,46); }
H1.HeaderClassName
{
color: #080B2E;
}
.AnyTagClassName
{
color: #080B2E;
}
</style>
background-color css
<style>
a { background-color: #080B2E; }
a { background-color: rgb(8,11,46); }
div.DivClassName
{
background-color: #080B2E;
}
.BgClassName
{
background-color: #080B2E;
}
</style>
border-color css
<style>
span { border-color: #080B2E; }
span { border-color: rgb(8,11,46); }
td.TdClassName
{
border-color: #080B2E;
}
.TagClassName
{
border-color: #080B2E;
}
</style>