#040104

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

Shades of Mardi Gras #040104

Tints of Mardi Gras #040104

Color information

#040104 (or 0x040104) is unknown color: approx Mardi Gras. HEX triplet: 04, 01 and 04. RGB value is (4,1,4). Sum of RGB (Red+Green+Blue) = 4+1+4=9 (1% of max value = 765). Red value is 4 (1.95% from 255 or 44.44% from 9); Green value is 1 (0.78% from 255 or 11.11% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 4 - color contains mainly: red, blue. Hex color #040104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040104 is #FBFEFB. Grayscale: #020202. Windows color (decimal): -16514812 or 262404. OLE color: 262404.

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

Color convert

RGB414-
CMYK00.7500.98
HSL300º60%0.98%-
HSV(B)300º75%1.57%-
XYZ0.080.060.12-
YUV2.24128.99129.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 44.44%
GREEN value IS 1 (0.78% from 255) = 11.11%
BLUE value IS 4 (1.95% from 255) = 44.44%
R=44.44%
G=11.11%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal41400.7500.98300600.98
Hex41404B06212c3c1
Octal41401130142454741
Binary100110001001011011000101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040104; }

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

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

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

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

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

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

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

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