#3E053A

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

Shades of Mardi Gras #3E053A

Tints of Mardi Gras #3E053A

Color information

#3E053A (or 0x3E053A) is unknown color: approx Mardi Gras. HEX triplet: 3E, 05 and 3A. RGB value is (62,5,58). Sum of RGB (Red+Green+Blue) = 62+5+58=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E053A is #C1FAC5. Grayscale: #1B1B1B. Windows color (decimal): -12712646 or 3802430. OLE color: 3802430.

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

Color convert

RGB62558-
CMYK00.920.060.76
HSL304.21º85.07%13.14%-
HSV(B)304.21º91.94%24.31%-
XYZ2.81.444.13-
YUV28.08144.88152.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.6%
GREEN value IS 5 (2.34% from 255) = 4%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=49.6%
G=4%
B=46.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6255800.920.060.76304.2185.0713.14
Hex3E53A05C64C13055d
Octal765720134611446012515
Binary11111010111101001011100110100110010011000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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