Shades of Black Russian #07031A
Tints of Black Russian #07031A
RGB
CMYK
RGB Variations
Color information
#07031A (or 0x07031A) is known color: Black Russian. HEX triplet: 07, 03 and 1A. RGB value is (7,3,26). Sum of RGB (Red+Green+Blue) = 7+3+26=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #07031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07031A is #F8FCE5. Grayscale: #060606. Windows color (decimal): -16317670 or 1704711. OLE color: 1704711.
HSL color Cylindrical-coordinate representation of color #07031A: hue angle of 250.43º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07031A is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 3 | 26 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.90 |
| HSL | 250.43º | 0.79% | 0.06% | - |
| HSV(B) | 250.43º | 0.88% | 0.1% | - |
| XYZ | 0.31 | 0.18 | 1 | - |
| YUV | 6.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 26 | 0.73 | 0.88 | 0 | 0.90 | 250.43 | 0.79 | 0.06 |
| Hex | 7 | 3 | 1A | 49 | 58 | 0 | 5A | FA | 4F | 6 |
| Octal | 7 | 3 | 32 | 111 | 130 | 0 | 132 | 372 | 117 | 6 |
| Binary | 111 | 11 | 11010 | 1001001 | 1011000 | 0 | 1011010 | 11111010 | 1001111 | 110 |
Color Harmonies of #07031A
Complementary color
Monochromatic Colors of #07031A
Black with #07031A
Text Example
Text Example
White with #07031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07031A; }
p { color: rgb(7,3,26); }
H1.HeaderClassName
{
color: #07031A;
}
.AnyTagClassName
{
color: #07031A;
}
</style>
background-color css
<style>
a { background-color: #07031A; }
a { background-color: rgb(7,3,26); }
div.DivClassName
{
background-color: #07031A;
}
.BgClassName
{
background-color: #07031A;
}
</style>
border-color css
<style>
span { border-color: #07031A; }
span { border-color: rgb(7,3,26); }
td.TdClassName
{
border-color: #07031A;
}
.TagClassName
{
border-color: #07031A;
}
</style>