#1D0D1C

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

Shades of Mardi Gras #1D0D1C

Tints of Mardi Gras #1D0D1C

Color information

#1D0D1C (or 0x1D0D1C) is unknown color: approx Mardi Gras. HEX triplet: 1D, 0D and 1C. RGB value is (29,13,28). Sum of RGB (Red+Green+Blue) = 29+13+28=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0D1C is #E2F2E3. Grayscale: #131313. Windows color (decimal): -14873316 or 1838365. OLE color: 1838365.

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

Color convert

RGB291328-
CMYK00.550.030.89
HSL303.75º38.1%8.24%-
HSV(B)303.75º55.17%11.37%-
XYZ0.860.631.18-
YUV19.49132.8134.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 41.43%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 28 (11.33% from 255) = 40%
R=41.43%
G=18.57%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29132800.550.030.89303.7538.18.24
Hex1DD1C037359130268
Octal35153406731314604610
Binary1110111011110001101111110110011001100001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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