Shades of Black #040100
Tints of Black #040100
RGB
CMYK
RGB Variations
Color information
#040100 (or 0x040100) is known color: Black. HEX triplet: 04, 01 and 00. RGB value is (4,1,0). Sum of RGB (Red+Green+Blue) = 4+1+0=5 (0% of max value = 765). Red value is 4 (1.95% from 255 or 80% from 5); Green value is 1 (0.78% from 255 or 20% from 5); Blue value is 0 (0.39% from 255 or 0% from 5); Max value from RGB is 4 - color contains mainly: red. Hex color #040100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040100 is #FBFEFF. Grayscale: #010101. Windows color (decimal): -16514816 or 260. OLE color: 260.
HSL color Cylindrical-coordinate representation of color #040100: hue angle of 15º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040100 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 4 | 1 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.98 |
| HSL | 15º | 1% | 0.01% | - |
| HSV(B) | 15º | 1% | 0.02% | - |
| XYZ | 0.06 | 0.05 | 0.01 | - |
| YUV | 1.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 0 | 0 | 0.75 | 1 | 0.98 | 15 | 1 | 0.01 |
| Hex | 4 | 1 | 0 | 0 | 4B | 64 | 62 | F | 64 | 1 |
| Octal | 4 | 1 | 0 | 0 | 113 | 144 | 142 | 17 | 144 | 1 |
| Binary | 100 | 1 | 0 | 0 | 1001011 | 1100100 | 1100010 | 1111 | 1100100 | 1 |
Color Harmonies of #040100
Complementary color
Monochromatic Colors of #040100
Black with #040100
Text Example
Text Example
White with #040100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040100; }
p { color: rgb(4,1,0); }
H1.HeaderClassName
{
color: #040100;
}
.AnyTagClassName
{
color: #040100;
}
</style>
background-color css
<style>
a { background-color: #040100; }
a { background-color: rgb(4,1,0); }
div.DivClassName
{
background-color: #040100;
}
.BgClassName
{
background-color: #040100;
}
</style>
border-color css
<style>
span { border-color: #040100; }
span { border-color: rgb(4,1,0); }
td.TdClassName
{
border-color: #040100;
}
.TagClassName
{
border-color: #040100;
}
</style>