#2A0629

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

Shades of Mardi Gras #2A0629

Tints of Mardi Gras #2A0629

Color information

#2A0629 (or 0x2A0629) is unknown color: approx Mardi Gras. HEX triplet: 2A, 06 and 29. RGB value is (42,6,41). Sum of RGB (Red+Green+Blue) = 42+6+41=89 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.19% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0629 is #D5F9D6. Grayscale: #141414. Windows color (decimal): -14023127 or 2688554. OLE color: 2688554.

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

Color convert

RGB42641-
CMYK00.860.020.84
HSL301.67º75%9.41%-
HSV(B)301.67º85.71%16.47%-
XYZ1.420.782.17-
YUV20.75139.43143.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 47.19%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 41 (16.41% from 255) = 46.07%
R=47.19%
G=6.74%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4264100.860.020.84301.67759.41
Hex2A62905625412e4b9
Octal526510126212445611311
Binary1010101101010010101011010101010010010111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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