#2A1529

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

Shades of Mardi Gras #2A1529

Tints of Mardi Gras #2A1529

Color information

#2A1529 (or 0x2A1529) is unknown color: approx Mardi Gras. HEX triplet: 2A, 15 and 29. RGB value is (42,21,41). Sum of RGB (Red+Green+Blue) = 42+21+41=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1529 is #D5EAD6. Grayscale: #1D1D1D. Windows color (decimal): -14019287 or 2692394. OLE color: 2692394.

HSL color Cylindrical-coordinate representation of color #2A1529: hue angle of 302.86º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1529 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB422141-
CMYK00.500.020.84
HSL302.86º33.33%12.35%-
HSV(B)302.86º50%16.47%-
XYZ1.621.192.24-
YUV29.56134.46136.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.38%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=40.38%
G=20.19%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42214100.500.020.84302.8633.3312.35
Hex2A152903225412f21c
Octal52255106221244574114
Binary1010101010110100101100101010101001001011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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