Shades of Black Russian #08072F
Tints of Black Russian #08072F
RGB
CMYK
RGB Variations
Color information
#08072F (or 0x08072F) is known color: Black Russian. HEX triplet: 08, 07 and 2F. RGB value is (8,7,47). Sum of RGB (Red+Green+Blue) = 8+7+47=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 47 (18.75% from 255 or 75.81% from 62); Max value from RGB is 47 - color contains mainly: blue. Hex color #08072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08072F is #F7F8D0. Grayscale: #0B0B0B. Windows color (decimal): -16251089 or 3081992. OLE color: 3081992.
HSL color Cylindrical-coordinate representation of color #08072F: hue angle of 241.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08072F is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 7 | 47 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.82 |
| HSL | 241.5º | 0.74% | 0.11% | - |
| HSV(B) | 241.5º | 0.85% | 0.18% | - |
| XYZ | 0.69 | 0.41 | 2.73 | - |
| YUV | 11.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 47 | 0.83 | 0.85 | 0 | 0.82 | 241.5 | 0.74 | 0.11 |
| Hex | 8 | 7 | 2F | 53 | 55 | 0 | 52 | F2 | 4A | B |
| Octal | 10 | 7 | 57 | 123 | 125 | 0 | 122 | 362 | 112 | 13 |
| Binary | 1000 | 111 | 101111 | 1010011 | 1010101 | 0 | 1010010 | 11110010 | 1001010 | 1011 |
Color Harmonies of #08072F
Complementary color
Monochromatic Colors of #08072F
Black with #08072F
Text Example
Text Example
White with #08072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08072F; }
p { color: rgb(8,7,47); }
H1.HeaderClassName
{
color: #08072F;
}
.AnyTagClassName
{
color: #08072F;
}
</style>
background-color css
<style>
a { background-color: #08072F; }
a { background-color: rgb(8,7,47); }
div.DivClassName
{
background-color: #08072F;
}
.BgClassName
{
background-color: #08072F;
}
</style>
border-color css
<style>
span { border-color: #08072F; }
span { border-color: rgb(8,7,47); }
td.TdClassName
{
border-color: #08072F;
}
.TagClassName
{
border-color: #08072F;
}
</style>