#2A0829

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

Shades of Mardi Gras #2A0829

Tints of Mardi Gras #2A0829

Color information

#2A0829 (or 0x2A0829) is unknown color: approx Mardi Gras. HEX triplet: 2A, 08 and 29. RGB value is (42,8,41). Sum of RGB (Red+Green+Blue) = 42+8+41=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0829 is #D5F7D6. Grayscale: #151515. Windows color (decimal): -14022615 or 2689066. OLE color: 2689066.

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

Color convert

RGB42841-
CMYK00.810.020.84
HSL301.76º68%9.8%-
HSV(B)301.76º80.95%16.47%-
XYZ1.440.832.18-
YUV21.93138.76142.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 46.15%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 41 (16.41% from 255) = 45.05%
R=46.15%
G=8.79%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4284100.810.020.84301.76689.8
Hex2A82905125412e44a
Octal5210510121212445610412
Binary10101010001010010101000110101010010010111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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