Shades of Black Russian #080825
Tints of Black Russian #080825
RGB
CMYK
RGB Variations
Color information
#080825 (or 0x080825) is known color: Black Russian. HEX triplet: 08, 08 and 25. RGB value is (8,8,37). Sum of RGB (Red+Green+Blue) = 8+8+37=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #080825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080825 is #F7F7DA. Grayscale: #0B0B0B. Windows color (decimal): -16250843 or 2426888. OLE color: 2426888.
HSL color Cylindrical-coordinate representation of color #080825: hue angle of 240º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #080825 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 8 | 37 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.85 |
| HSL | 240º | 0.64% | 0.09% | - |
| HSV(B) | 240º | 0.78% | 0.15% | - |
| XYZ | 0.52 | 0.36 | 1.79 | - |
| YUV | 11.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 37 | 0.78 | 0.78 | 0 | 0.85 | 240 | 0.64 | 0.09 |
| Hex | 8 | 8 | 25 | 4E | 4E | 0 | 55 | F0 | 40 | 9 |
| Octal | 10 | 10 | 45 | 116 | 116 | 0 | 125 | 360 | 100 | 11 |
| Binary | 1000 | 1000 | 100101 | 1001110 | 1001110 | 0 | 1010101 | 11110000 | 1000000 | 1001 |
Color Harmonies of #080825
Complementary color
Monochromatic Colors of #080825
Black with #080825
Text Example
Text Example
White with #080825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080825; }
p { color: rgb(8,8,37); }
H1.HeaderClassName
{
color: #080825;
}
.AnyTagClassName
{
color: #080825;
}
</style>
background-color css
<style>
a { background-color: #080825; }
a { background-color: rgb(8,8,37); }
div.DivClassName
{
background-color: #080825;
}
.BgClassName
{
background-color: #080825;
}
</style>
border-color css
<style>
span { border-color: #080825; }
span { border-color: rgb(8,8,37); }
td.TdClassName
{
border-color: #080825;
}
.TagClassName
{
border-color: #080825;
}
</style>