#1D141D

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

Shades of Mardi Gras #1D141D

Tints of Mardi Gras #1D141D

Color information

#1D141D (or 0x1D141D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 14 and 1D. RGB value is (29,20,29). Sum of RGB (Red+Green+Blue) = 29+20+29=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D141D is #E2EBE2. Grayscale: #171717. Windows color (decimal): -14871523 or 1905693. OLE color: 1905693.

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

Color convert

RGB292029-
CMYK00.3100.89
HSL300º18.37%9.61%-
HSV(B)300º31.03%11.37%-
XYZ0.980.851.27-
YUV23.72130.98131.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 29 (11.72% from 255) = 37.18%
R=37.18%
G=25.64%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29202900.3100.8930018.379.61
Hex1D141D01F05912c12a
Octal35243503701314542212
Binary11101101001110101111101011001100101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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