Shades of Black Russian #080525
Tints of Black Russian #080525
RGB
CMYK
RGB Variations
Color information
#080525 (or 0x080525) is known color: Black Russian. HEX triplet: 08, 05 and 25. RGB value is (8,5,37). Sum of RGB (Red+Green+Blue) = 8+5+37=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 37 (14.84% from 255 or 74% from 50); Max value from RGB is 37 - color contains mainly: blue. Hex color #080525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080525 is #F7FADA. Grayscale: #090909. Windows color (decimal): -16251611 or 2426120. OLE color: 2426120.
HSL color Cylindrical-coordinate representation of color #080525: hue angle of 245.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080525 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 5 | 37 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.85 |
| HSL | 245.63º | 0.76% | 0.08% | - |
| HSV(B) | 245.63º | 0.86% | 0.15% | - |
| XYZ | 0.49 | 0.29 | 1.78 | - |
| YUV | 9.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 37 | 0.78 | 0.86 | 0 | 0.85 | 245.63 | 0.76 | 0.08 |
| Hex | 8 | 5 | 25 | 4E | 56 | 0 | 55 | F6 | 4C | 8 |
| Octal | 10 | 5 | 45 | 116 | 126 | 0 | 125 | 366 | 114 | 10 |
| Binary | 1000 | 101 | 100101 | 1001110 | 1010110 | 0 | 1010101 | 11110110 | 1001100 | 1000 |
Color Harmonies of #080525
Complementary color
Monochromatic Colors of #080525
Black with #080525
Text Example
Text Example
White with #080525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080525; }
p { color: rgb(8,5,37); }
H1.HeaderClassName
{
color: #080525;
}
.AnyTagClassName
{
color: #080525;
}
</style>
background-color css
<style>
a { background-color: #080525; }
a { background-color: rgb(8,5,37); }
div.DivClassName
{
background-color: #080525;
}
.BgClassName
{
background-color: #080525;
}
</style>
border-color css
<style>
span { border-color: #080525; }
span { border-color: rgb(8,5,37); }
td.TdClassName
{
border-color: #080525;
}
.TagClassName
{
border-color: #080525;
}
</style>