#1D081D

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

Shades of Mardi Gras #1D081D

Tints of Mardi Gras #1D081D

Color information

#1D081D (or 0x1D081D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 08 and 1D. RGB value is (29,8,29). Sum of RGB (Red+Green+Blue) = 29+8+29=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D081D is #E2F7E2. Grayscale: #101010. Windows color (decimal): -14874595 or 1902621. OLE color: 1902621.

HSL color Cylindrical-coordinate representation of color #1D081D: hue angle of 300º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D081D is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB29829-
CMYK00.7200.89
HSL300º56.76%7.25%-
HSV(B)300º72.41%11.37%-
XYZ0.820.521.22-
YUV16.67134.96136.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.94%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=43.94%
G=12.12%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2982900.7200.8930056.767.25
Hex1D81D04805912c397
Octal35103501100131454717
Binary111011000111010100100001011001100101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,8,29); }

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

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

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

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

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

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

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