Shades of Black Russian #04072C
Tints of Black Russian #04072C
RGB
CMYK
RGB Variations
Color information
#04072C (or 0x04072C) is known color: Black Russian. HEX triplet: 04, 07 and 2C. RGB value is (4,7,44). Sum of RGB (Red+Green+Blue) = 4+7+44=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 44 (17.58% from 255 or 80% from 55); Max value from RGB is 44 - color contains mainly: blue. Hex color #04072C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04072C is #FBF8D3. Grayscale: #0A0A0A. Windows color (decimal): -16513236 or 2885380. OLE color: 2885380.
HSL color Cylindrical-coordinate representation of color #04072C: hue angle of 235.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04072C is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 7 | 44 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.83 |
| HSL | 235.5º | 0.83% | 0.09% | - |
| HSV(B) | 235.5º | 0.91% | 0.17% | - |
| XYZ | 0.58 | 0.36 | 2.42 | - |
| YUV | 10.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 44 | 0.91 | 0.84 | 0 | 0.83 | 235.5 | 0.83 | 0.09 |
| Hex | 4 | 7 | 2C | 5B | 54 | 0 | 53 | EC | 53 | 9 |
| Octal | 4 | 7 | 54 | 133 | 124 | 0 | 123 | 354 | 123 | 11 |
| Binary | 100 | 111 | 101100 | 1011011 | 1010100 | 0 | 1010011 | 11101100 | 1010011 | 1001 |
Color Harmonies of #04072C
Complementary color
Monochromatic Colors of #04072C
Black with #04072C
Text Example
Text Example
White with #04072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04072C; }
p { color: rgb(4,7,44); }
H1.HeaderClassName
{
color: #04072C;
}
.AnyTagClassName
{
color: #04072C;
}
</style>
background-color css
<style>
a { background-color: #04072C; }
a { background-color: rgb(4,7,44); }
div.DivClassName
{
background-color: #04072C;
}
.BgClassName
{
background-color: #04072C;
}
</style>
border-color css
<style>
span { border-color: #04072C; }
span { border-color: rgb(4,7,44); }
td.TdClassName
{
border-color: #04072C;
}
.TagClassName
{
border-color: #04072C;
}
</style>