#3A2136

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

Shades of Mardi Gras #3A2136

Tints of Mardi Gras #3A2136

Color information

#3A2136 (or 0x3A2136) is unknown color: approx Mardi Gras. HEX triplet: 3A, 21 and 36. RGB value is (58,33,54). Sum of RGB (Red+Green+Blue) = 58+33+54=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2136 is #C5DEC9. Grayscale: #2A2A2A. Windows color (decimal): -12967626 or 3547450. OLE color: 3547450.

HSL color Cylindrical-coordinate representation of color #3A2136: hue angle of 309.6º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A2136 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB583354-
CMYK00.430.070.77
HSL309.6º27.47%17.84%-
HSV(B)309.6º43.1%22.75%-
XYZ2.952.253.77-
YUV42.87134.28138.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=40%
G=22.76%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58335400.430.070.77309.627.4717.84
Hex3A213602B74D1361b12
Octal72416605371154663322
Binary111010100001110110010101111110011011001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,33,54); }

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

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

 a { background-color: rgb(58,33,54); }

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

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

 span { border-color: rgb(58,33,54); }

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