#3A2140

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

Shades of Mardi Gras #3A2140

Tints of Mardi Gras #3A2140

Color information

#3A2140 (or 0x3A2140) is unknown color: approx Mardi Gras. HEX triplet: 3A, 21 and 40. RGB value is (58,33,64). Sum of RGB (Red+Green+Blue) = 58+33+64=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2140 is #C5DEBF. Grayscale: #2B2B2B. Windows color (decimal): -12967616 or 4202810. OLE color: 4202810.

HSL color Cylindrical-coordinate representation of color #3A2140: hue angle of 288.39º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A2140 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB583364-
CMYK0.090.4800.75
HSL288.39º31.96%19.02%-
HSV(B)288.39º48.44%25.1%-
XYZ3.212.365.14-
YUV44.01139.28137.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.42%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=37.42%
G=21.29%
B=41.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5833640.090.4800.75288.3931.9619.02
Hex3A214093004B1202013
Octal7241100116001134404023
Binary111010100001100000010011100000100101110010000010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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