Shades of Black Russian #080D2F
Tints of Black Russian #080D2F
RGB
CMYK
RGB Variations
Color information
#080D2F (or 0x080D2F) is known color: Black Russian. HEX triplet: 08, 0D and 2F. RGB value is (8,13,47). Sum of RGB (Red+Green+Blue) = 8+13+47=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #080D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D2F is #F7F2D0. Grayscale: #0F0F0F. Windows color (decimal): -16249553 or 3083528. OLE color: 3083528.
HSL color Cylindrical-coordinate representation of color #080D2F: hue angle of 232.31º degrees, saturation: 0.71, 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 #080D2F is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 13 | 47 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.82 |
| HSL | 232.31º | 0.71% | 0.11% | - |
| HSV(B) | 232.31º | 0.83% | 0.18% | - |
| XYZ | 0.76 | 0.54 | 2.75 | - |
| YUV | 15.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 47 | 0.83 | 0.72 | 0 | 0.82 | 232.31 | 0.71 | 0.11 |
| Hex | 8 | D | 2F | 53 | 48 | 0 | 52 | E8 | 47 | B |
| Octal | 10 | 15 | 57 | 123 | 110 | 0 | 122 | 350 | 107 | 13 |
| Binary | 1000 | 1101 | 101111 | 1010011 | 1001000 | 0 | 1010010 | 11101000 | 1000111 | 1011 |
Color Harmonies of #080D2F
Complementary color
Monochromatic Colors of #080D2F
Black with #080D2F
Text Example
Text Example
White with #080D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D2F; }
p { color: rgb(8,13,47); }
H1.HeaderClassName
{
color: #080D2F;
}
.AnyTagClassName
{
color: #080D2F;
}
</style>
background-color css
<style>
a { background-color: #080D2F; }
a { background-color: rgb(8,13,47); }
div.DivClassName
{
background-color: #080D2F;
}
.BgClassName
{
background-color: #080D2F;
}
</style>
border-color css
<style>
span { border-color: #080D2F; }
span { border-color: rgb(8,13,47); }
td.TdClassName
{
border-color: #080D2F;
}
.TagClassName
{
border-color: #080D2F;
}
</style>