#2D1429

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

Shades of Mardi Gras #2D1429

Tints of Mardi Gras #2D1429

Color information

#2D1429 (or 0x2D1429) is unknown color: approx Mardi Gras. HEX triplet: 2D, 14 and 29. RGB value is (45,20,41). Sum of RGB (Red+Green+Blue) = 45+20+41=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1429 is #D2EBD6. Grayscale: #1D1D1D. Windows color (decimal): -13822935 or 2692141. OLE color: 2692141.

HSL color Cylindrical-coordinate representation of color #2D1429: hue angle of 309.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D1429 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB452041-
CMYK00.560.090.82
HSL309.6º38.46%12.75%-
HSV(B)309.6º55.56%17.65%-
XYZ1.731.222.24-
YUV29.87134.28138.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 42.45%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 41 (16.41% from 255) = 38.68%
R=42.45%
G=18.87%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45204100.560.090.82309.638.4612.75
Hex2D142903895213626d
Octal552451070111224664615
Binary101101101001010010111000100110100101001101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D1429; }

 p { color: rgb(45,20,41); }

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

<style>
 a { background-color: #2D1429; }

 a { background-color: rgb(45,20,41); }

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

<style>
 span { border-color: #2D1429; }

 span { border-color: rgb(45,20,41); }

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