#1D061D

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

Shades of Mardi Gras #1D061D

Tints of Mardi Gras #1D061D

Color information

#1D061D (or 0x1D061D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 06 and 1D. RGB value is (29,6,29). Sum of RGB (Red+Green+Blue) = 29+6+29=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D061D is #E2F9E2. Grayscale: #0F0F0F. Windows color (decimal): -14875107 or 1902109. OLE color: 1902109.

HSL color Cylindrical-coordinate representation of color #1D061D: hue angle of 300º 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 #1D061D is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB29629-
CMYK00.7900.89
HSL300º65.71%6.86%-
HSV(B)300º79.31%11.37%-
XYZ0.790.481.21-
YUV15.5135.62137.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 45.31%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 29 (11.72% from 255) = 45.31%
R=45.31%
G=9.38%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2962900.7900.8930065.716.86
Hex1D61D04F05912c427
Octal35635011701314541027
Binary111011101110101001111010110011001011001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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