#3A2138

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

Shades of Mardi Gras #3A2138

Tints of Mardi Gras #3A2138

Color information

#3A2138 (or 0x3A2138) is unknown color: approx Mardi Gras. HEX triplet: 3A, 21 and 38. RGB value is (58,33,56). Sum of RGB (Red+Green+Blue) = 58+33+56=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2138 is #C5DEC7. Grayscale: #2B2B2B. Windows color (decimal): -12967624 or 3678522. OLE color: 3678522.

HSL color Cylindrical-coordinate representation of color #3A2138: hue angle of 304.8º 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 #3A2138 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB583356-
CMYK00.430.030.77
HSL304.8º27.47%17.84%-
HSV(B)304.8º43.1%22.75%-
XYZ32.274.02-
YUV43.1135.28138.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.46%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=39.46%
G=22.45%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58335600.430.030.77304.827.4717.84
Hex3A213802B34D1311b12
Octal72417005331154613322
Binary11101010000111100001010111110011011001100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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