#040004

Color #040004 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #040004

Tints of Mardi Gras #040004

Color information

#040004 (or 0x040004) is unknown color: approx Mardi Gras. HEX triplet: 04, 00 and 04. RGB value is (4,0,4). Sum of RGB (Red+Green+Blue) = 4+0+4=8 (1% of max value = 765). Red value is 4 (1.95% from 255 or 50% from 8); Green value is 0 (0.39% from 255 or 0% from 8); Blue value is 4 (1.95% from 255 or 50% from 8); Max value from RGB is 4 - color contains mainly: red, blue. Hex color #040004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040004 is #FBFFFB. Grayscale: #010101. Windows color (decimal): -16515068 or 262148. OLE color: 262148.

HSL color Cylindrical-coordinate representation of color #040004: hue angle of 300º 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 #040004 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB404-
CMYK0100.98
HSL300º100%0.78%-
HSV(B)300º100%1.57%-
XYZ0.070.030.12-
YUV1.65129.33129.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal4040100.983001000.78
Hex40406406212c641
Octal404014401424541441
Binary1000100011001000110001010010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040004; }

 p { color: rgb(4,0,4); }

 H1.HeaderClassName
 {
   color: #040004;
 }
 .AnyTagClassName
 {
   color: #040004;
 }
</style>
background-color css

<style>
 a { background-color: #040004; }

 a { background-color: rgb(4,0,4); }

 div.DivClassName
 {
   background-color: #040004;
 }
 .BgClassName
 {
   background-color: #040004;
 }
</style>
border-color css

<style>
 span { border-color: #040004; }

 span { border-color: rgb(4,0,4); }

 td.TdClassName
 {
   border-color: #040004;
 }
 .TagClassName
 {
   border-color: #040004;
 }
</style>