Shades of Black Russian #040725
Tints of Black Russian #040725
RGB
CMYK
RGB Variations
Color information
#040725 (or 0x040725) is known color: Black Russian. HEX triplet: 04, 07 and 25. RGB value is (4,7,37). Sum of RGB (Red+Green+Blue) = 4+7+37=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 37 (14.84% from 255 or 77.08% from 48); Max value from RGB is 37 - color contains mainly: blue. Hex color #040725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040725 is #FBF8DA. Grayscale: #090909. Windows color (decimal): -16513243 or 2426628. OLE color: 2426628.
HSL color Cylindrical-coordinate representation of color #040725: hue angle of 234.55º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #040725 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 7 | 37 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.85 |
| HSL | 234.55º | 0.8% | 0.08% | - |
| HSV(B) | 234.55º | 0.89% | 0.15% | - |
| XYZ | 0.46 | 0.31 | 1.79 | - |
| YUV | 9.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 37 | 0.89 | 0.81 | 0 | 0.85 | 234.55 | 0.8 | 0.08 |
| Hex | 4 | 7 | 25 | 59 | 51 | 0 | 55 | EB | 50 | 8 |
| Octal | 4 | 7 | 45 | 131 | 121 | 0 | 125 | 353 | 120 | 10 |
| Binary | 100 | 111 | 100101 | 1011001 | 1010001 | 0 | 1010101 | 11101011 | 1010000 | 1000 |
Color Harmonies of #040725
Complementary color
Monochromatic Colors of #040725
Black with #040725
Text Example
Text Example
White with #040725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040725; }
p { color: rgb(4,7,37); }
H1.HeaderClassName
{
color: #040725;
}
.AnyTagClassName
{
color: #040725;
}
</style>
background-color css
<style>
a { background-color: #040725; }
a { background-color: rgb(4,7,37); }
div.DivClassName
{
background-color: #040725;
}
.BgClassName
{
background-color: #040725;
}
</style>
border-color css
<style>
span { border-color: #040725; }
span { border-color: rgb(4,7,37); }
td.TdClassName
{
border-color: #040725;
}
.TagClassName
{
border-color: #040725;
}
</style>