Shades of Black Russian #08072C
Tints of Black Russian #08072C
RGB
CMYK
RGB Variations
Color information
#08072C (or 0x08072C) is known color: Black Russian. HEX triplet: 08, 07 and 2C. RGB value is (8,7,44). Sum of RGB (Red+Green+Blue) = 8+7+44=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #08072C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08072C is #F7F8D3. Grayscale: #0B0B0B. Windows color (decimal): -16251092 or 2885384. OLE color: 2885384.
HSL color Cylindrical-coordinate representation of color #08072C: hue angle of 241.62º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08072C is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 7 | 44 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.83 |
| HSL | 241.62º | 0.73% | 0.1% | - |
| HSV(B) | 241.62º | 0.84% | 0.17% | - |
| XYZ | 0.63 | 0.39 | 2.42 | - |
| YUV | 11.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 44 | 0.82 | 0.84 | 0 | 0.83 | 241.62 | 0.73 | 0.1 |
| Hex | 8 | 7 | 2C | 52 | 54 | 0 | 53 | F2 | 49 | A |
| Octal | 10 | 7 | 54 | 122 | 124 | 0 | 123 | 362 | 111 | 12 |
| Binary | 1000 | 111 | 101100 | 1010010 | 1010100 | 0 | 1010011 | 11110010 | 1001001 | 1010 |
Color Harmonies of #08072C
Complementary color
Monochromatic Colors of #08072C
Black with #08072C
Text Example
Text Example
White with #08072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08072C; }
p { color: rgb(8,7,44); }
H1.HeaderClassName
{
color: #08072C;
}
.AnyTagClassName
{
color: #08072C;
}
</style>
background-color css
<style>
a { background-color: #08072C; }
a { background-color: rgb(8,7,44); }
div.DivClassName
{
background-color: #08072C;
}
.BgClassName
{
background-color: #08072C;
}
</style>
border-color css
<style>
span { border-color: #08072C; }
span { border-color: rgb(8,7,44); }
td.TdClassName
{
border-color: #08072C;
}
.TagClassName
{
border-color: #08072C;
}
</style>