#1D021C

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

Shades of Mardi Gras #1D021C

Tints of Mardi Gras #1D021C

Color information

#1D021C (or 0x1D021C) is unknown color: approx Mardi Gras. HEX triplet: 1D, 02 and 1C. RGB value is (29,2,28). Sum of RGB (Red+Green+Blue) = 29+2+28=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D021C is #E2FDE3. Grayscale: #0C0C0C. Windows color (decimal): -14876132 or 1835549. OLE color: 1835549.

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

Color convert

RGB29228-
CMYK00.930.030.89
HSL302.22º87.1%6.08%-
HSV(B)302.22º93.1%11.37%-
XYZ0.740.391.13-
YUV13.04136.45139.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 49.15%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=49.15%
G=3.39%
B=47.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2922800.930.030.89302.2287.16.08
Hex1D21C05D35912e576
Octal35234013531314561276
Binary111011011100010111011110110011001011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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