Shades of Black Russian #000025
Tints of Black Russian #000025
RGB
CMYK
RGB Variations
Color information
#000025 (or 0x000025) is known color: Black Russian. HEX triplet: 00, 00 and 25. RGB value is (0,0,37). Sum of RGB (Red+Green+Blue) = 0+0+37=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 37 (14.84% from 255 or 100% from 37); Max value from RGB is 37 - color contains mainly: blue. Hex color #000025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000025 is #FFFFDA. Grayscale: #040404. Windows color (decimal): -16777179 or 2424832. OLE color: 2424832.
HSL color Cylindrical-coordinate representation of color #000025: hue angle of 240º 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 #000025 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 0 | 37 | - |
| CMYK | 1 | 1 | 0 | 0.85 |
| HSL | 240º | 1% | 0.07% | - |
| HSV(B) | 240º | 1% | 0.15% | - |
| XYZ | 0.33 | 0.13 | 1.76 | - |
| YUV | 4.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 37 | 1 | 1 | 0 | 0.85 | 240 | 1 | 0.07 |
| Hex | 0 | 0 | 25 | 64 | 64 | 0 | 55 | F0 | 64 | 7 |
| Octal | 0 | 0 | 45 | 144 | 144 | 0 | 125 | 360 | 144 | 7 |
| Binary | 0 | 0 | 100101 | 1100100 | 1100100 | 0 | 1010101 | 11110000 | 1100100 | 111 |
Color Harmonies of #000025
Complementary color
Monochromatic Colors of #000025
Black with #000025
Text Example
Text Example
White with #000025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000025; }
p { color: rgb(0,0,37); }
H1.HeaderClassName
{
color: #000025;
}
.AnyTagClassName
{
color: #000025;
}
</style>
background-color css
<style>
a { background-color: #000025; }
a { background-color: rgb(0,0,37); }
div.DivClassName
{
background-color: #000025;
}
.BgClassName
{
background-color: #000025;
}
</style>
border-color css
<style>
span { border-color: #000025; }
span { border-color: rgb(0,0,37); }
td.TdClassName
{
border-color: #000025;
}
.TagClassName
{
border-color: #000025;
}
</style>