#1D181D

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

Shades of Mardi Gras #1D181D

Tints of Mardi Gras #1D181D

Color information

#1D181D (or 0x1D181D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 18 and 1D. RGB value is (29,24,29). Sum of RGB (Red+Green+Blue) = 29+24+29=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D181D is #E2E7E2. Grayscale: #1A1A1A. Windows color (decimal): -14870499 or 1906717. OLE color: 1906717.

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

Color convert

RGB292429-
CMYK00.1700.89
HSL300º9.43%10.39%-
HSV(B)300º17.24%11.37%-
XYZ1.0611.3-
YUV26.06129.66130.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=35.37%
G=29.27%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29242900.1700.893009.4310.39
Hex1D181D01105912c9a
Octal35303502101314541112
Binary1110111000111010100010101100110010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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