Shades of Black Russian #040407
Tints of Black Russian #040407
RGB
CMYK
RGB Variations
Color information
#040407 (or 0x040407) is known color: Black Russian. HEX triplet: 04, 04 and 07. RGB value is (4,4,7). Sum of RGB (Red+Green+Blue) = 4+4+7=15 (1% of max value = 765). Red value is 4 (1.95% from 255 or 26.67% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 7 (3.12% from 255 or 46.67% from 15); Max value from RGB is 7 - color contains mainly: blue. Hex color #040407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040407 is #FBFBF8. Grayscale: #040404. Windows color (decimal): -16514041 or 459780. OLE color: 459780.
HSL color Cylindrical-coordinate representation of color #040407: hue angle of 240º degrees, saturation: 0.27, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #040407 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
RGB | 4 | 4 | 7 | - |
CMYK | 0.43 | 0.43 | 0 | 0.97 |
HSL | 240º | 0.27% | 0.02% | - |
HSV(B) | 240º | 0.43% | 0.03% | - |
XYZ | 0.13 | 0.13 | 0.22 | - |
YUV | 4.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 4 | 7 | 0.43 | 0.43 | 0 | 0.97 | 240 | 0.27 | 0.02 |
Hex | 4 | 4 | 7 | 2B | 2B | 0 | 61 | F0 | 1B | 2 |
Octal | 4 | 4 | 7 | 53 | 53 | 0 | 141 | 360 | 33 | 2 |
Binary | 100 | 100 | 111 | 101011 | 101011 | 0 | 1100001 | 11110000 | 11011 | 10 |
Color Harmonies of #040407
Complementary color
Monochromatic Colors of #040407
Black with #040407
Text Example
Text Example
White with #040407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040407; }
p { color: rgb(4,4,7); }
H1.HeaderClassName
{
color: #040407;
}
.AnyTagClassName
{
color: #040407;
}
</style>
background-color css
<style>
a { background-color: #040407; }
a { background-color: rgb(4,4,7); }
div.DivClassName
{
background-color: #040407;
}
.BgClassName
{
background-color: #040407;
}
</style>
border-color css
<style>
span { border-color: #040407; }
span { border-color: rgb(4,4,7); }
td.TdClassName
{
border-color: #040407;
}
.TagClassName
{
border-color: #040407;
}
</style>