#1D0E1C

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

Shades of Mardi Gras #1D0E1C

Tints of Mardi Gras #1D0E1C

Color information

#1D0E1C (or 0x1D0E1C) is unknown color: approx Mardi Gras. HEX triplet: 1D, 0E and 1C. RGB value is (29,14,28). Sum of RGB (Red+Green+Blue) = 29+14+28=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0E1C is #E2F1E3. Grayscale: #141414. Windows color (decimal): -14873060 or 1838621. OLE color: 1838621.

HSL color Cylindrical-coordinate representation of color #1D0E1C: hue angle of 304º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D0E1C is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB291428-
CMYK00.520.030.89
HSL304º34.88%8.43%-
HSV(B)304º51.72%11.37%-
XYZ0.870.661.18-
YUV20.08132.47134.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.85%
GREEN value IS 14 (5.86% from 255) = 19.72%
BLUE value IS 28 (11.33% from 255) = 39.44%
R=40.85%
G=19.72%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29142800.520.030.8930434.888.43
Hex1DE1C034359130238
Octal35163406431314604310
Binary1110111101110001101001110110011001100001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,14,28); }

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

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

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

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

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

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

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