Shades of Black Russian #000825
Tints of Black Russian #000825
RGB
CMYK
RGB Variations
Color information
#000825 (or 0x000825) is known color: Black Russian. HEX triplet: 00, 08 and 25. RGB value is (0,8,37). Sum of RGB (Red+Green+Blue) = 0+8+37=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 37 (14.84% from 255 or 82.22% from 45); Max value from RGB is 37 - color contains mainly: blue. Hex color #000825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000825 is #FFF7DA. Grayscale: #080808. Windows color (decimal): -16775131 or 2426880. OLE color: 2426880.
HSL color Cylindrical-coordinate representation of color #000825: hue angle of 227.03º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000825 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 8 | 37 | - |
| CMYK | 1 | 0.78 | 0 | 0.85 |
| HSL | 227.03º | 1% | 0.07% | - |
| HSV(B) | 227.03º | 1% | 0.15% | - |
| XYZ | 0.42 | 0.31 | 1.79 | - |
| YUV | 8.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 37 | 1 | 0.78 | 0 | 0.85 | 227.03 | 1 | 0.07 |
| Hex | 0 | 8 | 25 | 64 | 4E | 0 | 55 | E3 | 64 | 7 |
| Octal | 0 | 10 | 45 | 144 | 116 | 0 | 125 | 343 | 144 | 7 |
| Binary | 0 | 1000 | 100101 | 1100100 | 1001110 | 0 | 1010101 | 11100011 | 1100100 | 111 |
Color Harmonies of #000825
Complementary color
Monochromatic Colors of #000825
Black with #000825
Text Example
Text Example
White with #000825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000825; }
p { color: rgb(0,8,37); }
H1.HeaderClassName
{
color: #000825;
}
.AnyTagClassName
{
color: #000825;
}
</style>
background-color css
<style>
a { background-color: #000825; }
a { background-color: rgb(0,8,37); }
div.DivClassName
{
background-color: #000825;
}
.BgClassName
{
background-color: #000825;
}
</style>
border-color css
<style>
span { border-color: #000825; }
span { border-color: rgb(0,8,37); }
td.TdClassName
{
border-color: #000825;
}
.TagClassName
{
border-color: #000825;
}
</style>