Shades of Black Russian #04071C
Tints of Black Russian #04071C
RGB
CMYK
RGB Variations
Color information
#04071C (or 0x04071C) is known color: Black Russian. HEX triplet: 04, 07 and 1C. RGB value is (4,7,28). Sum of RGB (Red+Green+Blue) = 4+7+28=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #04071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04071C is #FBF8E3. Grayscale: #080808. Windows color (decimal): -16513252 or 1836804. OLE color: 1836804.
HSL color Cylindrical-coordinate representation of color #04071C: hue angle of 232.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #04071C is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 7 | 28 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.89 |
| HSL | 232.5º | 0.75% | 0.06% | - |
| HSV(B) | 232.5º | 0.86% | 0.11% | - |
| XYZ | 0.34 | 0.26 | 1.13 | - |
| YUV | 8.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 28 | 0.86 | 0.75 | 0 | 0.89 | 232.5 | 0.75 | 0.06 |
| Hex | 4 | 7 | 1C | 56 | 4B | 0 | 59 | E8 | 4B | 6 |
| Octal | 4 | 7 | 34 | 126 | 113 | 0 | 131 | 350 | 113 | 6 |
| Binary | 100 | 111 | 11100 | 1010110 | 1001011 | 0 | 1011001 | 11101000 | 1001011 | 110 |
Color Harmonies of #04071C
Complementary color
Monochromatic Colors of #04071C
Black with #04071C
Text Example
Text Example
White with #04071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04071C; }
p { color: rgb(4,7,28); }
H1.HeaderClassName
{
color: #04071C;
}
.AnyTagClassName
{
color: #04071C;
}
</style>
background-color css
<style>
a { background-color: #04071C; }
a { background-color: rgb(4,7,28); }
div.DivClassName
{
background-color: #04071C;
}
.BgClassName
{
background-color: #04071C;
}
</style>
border-color css
<style>
span { border-color: #04071C; }
span { border-color: rgb(4,7,28); }
td.TdClassName
{
border-color: #04071C;
}
.TagClassName
{
border-color: #04071C;
}
</style>