Shades of Black Russian #080D2D
Tints of Black Russian #080D2D
RGB
CMYK
RGB Variations
Color information
#080D2D (or 0x080D2D) is known color: Black Russian. HEX triplet: 08, 0D and 2D. RGB value is (8,13,45). Sum of RGB (Red+Green+Blue) = 8+13+45=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #080D2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D2D is #F7F2D2. Grayscale: #0F0F0F. Windows color (decimal): -16249555 or 2952456. OLE color: 2952456.
HSL color Cylindrical-coordinate representation of color #080D2D: hue angle of 231.89º 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 #080D2D is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 13 | 45 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.82 |
| HSL | 231.89º | 0.7% | 0.1% | - |
| HSV(B) | 231.89º | 0.82% | 0.18% | - |
| XYZ | 0.72 | 0.53 | 2.55 | - |
| YUV | 15.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 45 | 0.82 | 0.71 | 0 | 0.82 | 231.89 | 0.7 | 0.1 |
| Hex | 8 | D | 2D | 52 | 47 | 0 | 52 | E8 | 46 | A |
| Octal | 10 | 15 | 55 | 122 | 107 | 0 | 122 | 350 | 106 | 12 |
| Binary | 1000 | 1101 | 101101 | 1010010 | 1000111 | 0 | 1010010 | 11101000 | 1000110 | 1010 |
Color Harmonies of #080D2D
Complementary color
Monochromatic Colors of #080D2D
Black with #080D2D
Text Example
Text Example
White with #080D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D2D; }
p { color: rgb(8,13,45); }
H1.HeaderClassName
{
color: #080D2D;
}
.AnyTagClassName
{
color: #080D2D;
}
</style>
background-color css
<style>
a { background-color: #080D2D; }
a { background-color: rgb(8,13,45); }
div.DivClassName
{
background-color: #080D2D;
}
.BgClassName
{
background-color: #080D2D;
}
</style>
border-color css
<style>
span { border-color: #080D2D; }
span { border-color: rgb(8,13,45); }
td.TdClassName
{
border-color: #080D2D;
}
.TagClassName
{
border-color: #080D2D;
}
</style>