#2A1D29

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

Shades of Mardi Gras #2A1D29

Tints of Mardi Gras #2A1D29

Color information

#2A1D29 (or 0x2A1D29) is unknown color: approx Mardi Gras. HEX triplet: 2A, 1D and 29. RGB value is (42,29,41). Sum of RGB (Red+Green+Blue) = 42+29+41=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1D29 is #D5E2D6. Grayscale: #222222. Windows color (decimal): -14017239 or 2694442. OLE color: 2694442.

HSL color Cylindrical-coordinate representation of color #2A1D29: hue angle of 304.62º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A1D29 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB422941-
CMYK00.310.020.84
HSL304.62º18.31%13.92%-
HSV(B)304.62º30.95%16.47%-
XYZ1.791.532.3-
YUV34.26131.81133.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.5%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=37.5%
G=25.89%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42294100.310.020.84304.6218.3113.92
Hex2A1D2901F25413112e
Octal52355103721244612216
Binary10101011101101001011111101010100100110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,29,41); }

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

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

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

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

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

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

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