#3E013A

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

Shades of Mardi Gras #3E013A

Tints of Mardi Gras #3E013A

Color information

#3E013A (or 0x3E013A) is unknown color: approx Mardi Gras. HEX triplet: 3E, 01 and 3A. RGB value is (62,1,58). Sum of RGB (Red+Green+Blue) = 62+1+58=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E013A is #C1FEC5. Grayscale: #191919. Windows color (decimal): -12713670 or 3801406. OLE color: 3801406.

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

Color convert

RGB62158-
CMYK00.980.060.76
HSL303.93º96.83%12.35%-
HSV(B)303.93º98.39%24.31%-
XYZ2.761.354.12-
YUV25.74146.21153.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.24%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 58 (23.05% from 255) = 47.93%
R=51.24%
G=0.83%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6215800.980.060.76303.9396.8312.35
Hex3E13A06264C13061c
Octal761720142611446014114
Binary111110111101001100010110100110010011000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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