Shades of Black Russian #071025
Tints of Black Russian #071025
RGB
CMYK
RGB Variations
Color information
#071025 (or 0x071025) is known color: Black Russian. HEX triplet: 07, 10 and 25. RGB value is (7,16,37). Sum of RGB (Red+Green+Blue) = 7+16+37=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #071025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071025 is #F8EFDA. Grayscale: #0F0F0F. Windows color (decimal): -16314331 or 2428935. OLE color: 2428935.
HSL color Cylindrical-coordinate representation of color #071025: hue angle of 222º 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 #071025 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 16 | 37 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.85 |
| HSL | 222º | 0.68% | 0.09% | - |
| HSV(B) | 222º | 0.81% | 0.15% | - |
| XYZ | 0.61 | 0.55 | 1.82 | - |
| YUV | 15.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 37 | 0.81 | 0.57 | 0 | 0.85 | 222 | 0.68 | 0.09 |
| Hex | 7 | 10 | 25 | 51 | 39 | 0 | 55 | DE | 44 | 9 |
| Octal | 7 | 20 | 45 | 121 | 71 | 0 | 125 | 336 | 104 | 11 |
| Binary | 111 | 10000 | 100101 | 1010001 | 111001 | 0 | 1010101 | 11011110 | 1000100 | 1001 |
Color Harmonies of #071025
Complementary color
Monochromatic Colors of #071025
Black with #071025
Text Example
Text Example
White with #071025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071025; }
p { color: rgb(7,16,37); }
H1.HeaderClassName
{
color: #071025;
}
.AnyTagClassName
{
color: #071025;
}
</style>
background-color css
<style>
a { background-color: #071025; }
a { background-color: rgb(7,16,37); }
div.DivClassName
{
background-color: #071025;
}
.BgClassName
{
background-color: #071025;
}
</style>
border-color css
<style>
span { border-color: #071025; }
span { border-color: rgb(7,16,37); }
td.TdClassName
{
border-color: #071025;
}
.TagClassName
{
border-color: #071025;
}
</style>