#1D041A

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

Shades of Mardi Gras #1D041A

Tints of Mardi Gras #1D041A

Color information

#1D041A (or 0x1D041A) is unknown color: approx Mardi Gras. HEX triplet: 1D, 04 and 1A. RGB value is (29,4,26). Sum of RGB (Red+Green+Blue) = 29+4+26=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D041A is #E2FBE5. Grayscale: #0D0D0D. Windows color (decimal): -14875622 or 1704989. OLE color: 1704989.

HSL color Cylindrical-coordinate representation of color #1D041A: hue angle of 307.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D041A is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB29426-
CMYK00.860.100.89
HSL307.2º75.76%6.47%-
HSV(B)307.2º86.21%11.37%-
XYZ0.740.421.02-
YUV13.98134.78138.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 49.15%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 26 (10.55% from 255) = 44.07%
R=49.15%
G=6.78%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2942600.860.100.89307.275.766.47
Hex1D41A056A591334c6
Octal354320126121314631146
Binary111011001101001010110101010110011001100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D041A; }

 p { color: rgb(29,4,26); }

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

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

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

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

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

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

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