#1D171D

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

Shades of Mardi Gras #1D171D

Tints of Mardi Gras #1D171D

Color information

#1D171D (or 0x1D171D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 17 and 1D. RGB value is (29,23,29). Sum of RGB (Red+Green+Blue) = 29+23+29=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D171D is #E2E8E2. Grayscale: #191919. Windows color (decimal): -14870755 or 1906461. OLE color: 1906461.

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

Color convert

RGB292329-
CMYK00.2100.89
HSL300º11.54%10.2%-
HSV(B)300º20.69%11.37%-
XYZ1.030.961.29-
YUV25.48129.99130.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.80%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=35.80%
G=28.40%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29232900.2100.8930011.5410.2
Hex1D171D01505912cca
Octal35273502501314541412
Binary1110110111111010101010101100110010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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