Shades of Black Russian #080725
Tints of Black Russian #080725
RGB
CMYK
RGB Variations
Color information
#080725 (or 0x080725) is known color: Black Russian. HEX triplet: 08, 07 and 25. RGB value is (8,7,37). Sum of RGB (Red+Green+Blue) = 8+7+37=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 37 (14.84% from 255 or 71.15% from 52); Max value from RGB is 37 - color contains mainly: blue. Hex color #080725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080725 is #F7F8DA. Grayscale: #0A0A0A. Windows color (decimal): -16251099 or 2426632. OLE color: 2426632.
HSL color Cylindrical-coordinate representation of color #080725: hue angle of 242º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #080725 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 7 | 37 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.85 |
| HSL | 242º | 0.68% | 0.09% | - |
| HSV(B) | 242º | 0.81% | 0.15% | - |
| XYZ | 0.51 | 0.34 | 1.79 | - |
| YUV | 10.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 37 | 0.78 | 0.81 | 0 | 0.85 | 242 | 0.68 | 0.09 |
| Hex | 8 | 7 | 25 | 4E | 51 | 0 | 55 | F2 | 44 | 9 |
| Octal | 10 | 7 | 45 | 116 | 121 | 0 | 125 | 362 | 104 | 11 |
| Binary | 1000 | 111 | 100101 | 1001110 | 1010001 | 0 | 1010101 | 11110010 | 1000100 | 1001 |
Color Harmonies of #080725
Complementary color
Monochromatic Colors of #080725
Black with #080725
Text Example
Text Example
White with #080725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080725; }
p { color: rgb(8,7,37); }
H1.HeaderClassName
{
color: #080725;
}
.AnyTagClassName
{
color: #080725;
}
</style>
background-color css
<style>
a { background-color: #080725; }
a { background-color: rgb(8,7,37); }
div.DivClassName
{
background-color: #080725;
}
.BgClassName
{
background-color: #080725;
}
</style>
border-color css
<style>
span { border-color: #080725; }
span { border-color: rgb(8,7,37); }
td.TdClassName
{
border-color: #080725;
}
.TagClassName
{
border-color: #080725;
}
</style>