Shades of Black #040300
Tints of Black #040300
RGB
CMYK
RGB Variations
Color information
#040300 (or 0x040300) is known color: Black. HEX triplet: 04, 03 and 00. RGB value is (4,3,0). Sum of RGB (Red+Green+Blue) = 4+3+0=7 (0% of max value = 765). Red value is 4 (1.95% from 255 or 57.14% from 7); Green value is 3 (1.56% from 255 or 42.86% from 7); Blue value is 0 (0.39% from 255 or 0% from 7); Max value from RGB is 4 - color contains mainly: red. Hex color #040300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040300 is #FBFCFF. Grayscale: #020202. Windows color (decimal): -16514304 or 772. OLE color: 772.
HSL color Cylindrical-coordinate representation of color #040300: hue angle of 45º 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 #040300 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 4 | 3 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.98 |
| HSL | 45º | 1% | 0.01% | - |
| HSV(B) | 45º | 1% | 0.02% | - |
| XYZ | 0.08 | 0.09 | 0.01 | - |
| YUV | 2.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 0 | 0 | 0.25 | 1 | 0.98 | 45 | 1 | 0.01 |
| Hex | 4 | 3 | 0 | 0 | 19 | 64 | 62 | 2D | 64 | 1 |
| Octal | 4 | 3 | 0 | 0 | 31 | 144 | 142 | 55 | 144 | 1 |
| Binary | 100 | 11 | 0 | 0 | 11001 | 1100100 | 1100010 | 101101 | 1100100 | 1 |
Color Harmonies of #040300
Complementary color
Monochromatic Colors of #040300
Black with #040300
Text Example
Text Example
White with #040300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040300; }
p { color: rgb(4,3,0); }
H1.HeaderClassName
{
color: #040300;
}
.AnyTagClassName
{
color: #040300;
}
</style>
background-color css
<style>
a { background-color: #040300; }
a { background-color: rgb(4,3,0); }
div.DivClassName
{
background-color: #040300;
}
.BgClassName
{
background-color: #040300;
}
</style>
border-color css
<style>
span { border-color: #040300; }
span { border-color: rgb(4,3,0); }
td.TdClassName
{
border-color: #040300;
}
.TagClassName
{
border-color: #040300;
}
</style>