#1D081C

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

Shades of Mardi Gras #1D081C

Tints of Mardi Gras #1D081C

Color information

#1D081C (or 0x1D081C) is unknown color: approx Mardi Gras. HEX triplet: 1D, 08 and 1C. RGB value is (29,8,28). Sum of RGB (Red+Green+Blue) = 29+8+28=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D081C is #E2F7E3. Grayscale: #101010. Windows color (decimal): -14874596 or 1837085. OLE color: 1837085.

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

Color convert

RGB29828-
CMYK00.720.030.89
HSL302.86º56.76%7.25%-
HSV(B)302.86º72.41%11.37%-
XYZ0.80.521.16-
YUV16.56134.46136.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=44.62%
G=12.31%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2982800.720.030.89302.8656.767.25
Hex1D81C04835912f397
Octal35103401103131457717
Binary1110110001110001001000111011001100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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