#3E203A

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

Shades of Mardi Gras #3E203A

Tints of Mardi Gras #3E203A

Color information

#3E203A (or 0x3E203A) is unknown color: approx Mardi Gras. HEX triplet: 3E, 20 and 3A. RGB value is (62,32,58). Sum of RGB (Red+Green+Blue) = 62+32+58=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 62 - color contains mainly: red. Hex color #3E203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E203A is #C1DFC5. Grayscale: #2B2B2B. Windows color (decimal): -12705734 or 3809342. OLE color: 3809342.

HSL color Cylindrical-coordinate representation of color #3E203A: hue angle of 308º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E203A is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.76.

Color convert

RGB623258-
CMYK00.480.060.76
HSL308º31.91%18.43%-
HSV(B)308º48.39%24.31%-
XYZ3.272.364.29-
YUV43.93135.94140.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40.79%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=40.79%
G=21.05%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62325800.480.060.7630831.9118.43
Hex3E203A03064C1342012
Octal76407206061144644022
Binary1111101000001110100110000110100110010011010010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,58); }

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

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

 a { background-color: rgb(62,32,58); }

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

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

 span { border-color: rgb(62,32,58); }

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