Shades of Black #040101
Tints of Black #040101
RGB
CMYK
RGB Variations
Color information
#040101 (or 0x040101) is known color: Black. HEX triplet: 04, 01 and 01. RGB value is (4,1,1). Sum of RGB (Red+Green+Blue) = 4+1+1=6 (0% of max value = 765). Red value is 4 (1.95% from 255 or 66.67% from 6); Green value is 1 (0.78% from 255 or 16.67% from 6); Blue value is 1 (0.78% from 255 or 16.67% from 6); Max value from RGB is 4 - color contains mainly: red. Hex color #040101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040101 is #FBFEFE. Grayscale: #010101. Windows color (decimal): -16514815 or 65796. OLE color: 65796.
HSL color Cylindrical-coordinate representation of color #040101: hue angle of 0º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #040101 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.98.
Color convert
RGB | 4 | 1 | 1 | - |
CMYK | 0 | 0.75 | 0.75 | 0.98 |
HSL | 0º | 0.6% | 0.01% | - |
HSV(B) | 0º | 0.75% | 0.02% | - |
XYZ | 0.07 | 0.05 | 0.03 | - |
YUV | 1.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 1 | 1 | 0 | 0.75 | 0.75 | 0.98 | 0 | 0.6 | 0.01 |
Hex | 4 | 1 | 1 | 0 | 4B | 4B | 62 | 0 | 3C | 1 |
Octal | 4 | 1 | 1 | 0 | 113 | 113 | 142 | 0 | 74 | 1 |
Binary | 100 | 1 | 1 | 0 | 1001011 | 1001011 | 1100010 | 0 | 111100 | 1 |
Color Harmonies of #040101
Complementary color
Monochromatic Colors of #040101
Black with #040101
Text Example
Text Example
White with #040101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040101; }
p { color: rgb(4,1,1); }
H1.HeaderClassName
{
color: #040101;
}
.AnyTagClassName
{
color: #040101;
}
</style>
background-color css
<style>
a { background-color: #040101; }
a { background-color: rgb(4,1,1); }
div.DivClassName
{
background-color: #040101;
}
.BgClassName
{
background-color: #040101;
}
</style>
border-color css
<style>
span { border-color: #040101; }
span { border-color: rgb(4,1,1); }
td.TdClassName
{
border-color: #040101;
}
.TagClassName
{
border-color: #040101;
}
</style>