#1D061C

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

Shades of Mardi Gras #1D061C

Tints of Mardi Gras #1D061C

Color information

#1D061C (or 0x1D061C) is unknown color: approx Mardi Gras. HEX triplet: 1D, 06 and 1C. RGB value is (29,6,28). Sum of RGB (Red+Green+Blue) = 29+6+28=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D061C is #E2F9E3. Grayscale: #0F0F0F. Windows color (decimal): -14875108 or 1836573. OLE color: 1836573.

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

Color convert

RGB29628-
CMYK00.790.030.89
HSL302.61º65.71%6.86%-
HSV(B)302.61º79.31%11.37%-
XYZ0.780.481.15-
YUV15.38135.12137.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=46.03%
G=9.52%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2962800.790.030.89302.6165.716.86
Hex1D61C04F35912f427
Octal35634011731314571027
Binary1110111011100010011111110110011001011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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