#3A0132

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

Shades of Mardi Gras #3A0132

Tints of Mardi Gras #3A0132

Color information

#3A0132 (or 0x3A0132) is unknown color: approx Mardi Gras. HEX triplet: 3A, 01 and 32. RGB value is (58,1,50). Sum of RGB (Red+Green+Blue) = 58+1+50=109 (14% of max value = 765). Red value is 58 (23.05% from 255 or 53.21% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0132 is #C5FECD. Grayscale: #171717. Windows color (decimal): -12975822 or 3277114. OLE color: 3277114.

HSL color Cylindrical-coordinate representation of color #3A0132: hue angle of 308.42º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0132 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB58150-
CMYK00.980.140.77
HSL308.42º96.61%11.57%-
HSV(B)308.42º98.28%22.75%-
XYZ2.331.153.12-
YUV23.63142.88152.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 53.21%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=53.21%
G=0.92%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5815000.980.140.77308.4296.6111.57
Hex3A132062E4D13461c
Octal7216201421611546414114
Binary1110101110010011000101110100110110011010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A0132; }

 p { color: rgb(58,1,50); }

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

<style>
 a { background-color: #3A0132; }

 a { background-color: rgb(58,1,50); }

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

<style>
 span { border-color: #3A0132; }

 span { border-color: rgb(58,1,50); }

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