#3E033C

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

Shades of Mardi Gras #3E033C

Tints of Mardi Gras #3E033C

Color information

#3E033C (or 0x3E033C) is unknown color: approx Mardi Gras. HEX triplet: 3E, 03 and 3C. RGB value is (62,3,60). Sum of RGB (Red+Green+Blue) = 62+3+60=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E033C is #C1FCC3. Grayscale: #1A1A1A. Windows color (decimal): -12713156 or 3932990. OLE color: 3932990.

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

Color convert

RGB62360-
CMYK00.950.030.76
HSL302.03º90.77%12.75%-
HSV(B)302.03º95.16%24.31%-
XYZ2.831.424.4-
YUV27.14146.55152.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 49.6%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 60 (23.83% from 255) = 48%
R=49.6%
G=2.4%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6236000.950.030.76302.0390.7712.75
Hex3E33C05F34C12e5bd
Octal763740137311445613315
Binary111110111111000101111111100110010010111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,3,60); }

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

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

 a { background-color: rgb(62,3,60); }

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

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

 span { border-color: rgb(62,3,60); }

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