#3E1143

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

Shades of Mardi Gras #3E1143

Tints of Mardi Gras #3E1143

Color information

#3E1143 (or 0x3E1143) is unknown color: approx Mardi Gras. HEX triplet: 3E, 11 and 43. RGB value is (62,17,67). Sum of RGB (Red+Green+Blue) = 62+17+67=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #3E1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1143 is #C1EEBC. Grayscale: #232323. Windows color (decimal): -12709565 or 4395326. OLE color: 4395326.

HSL color Cylindrical-coordinate representation of color #3E1143: hue angle of 294º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E1143 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB621767-
CMYK0.070.7500.74
HSL294º59.52%16.47%-
HSV(B)294º74.63%26.27%-
XYZ3.21.835.49-
YUV36.16145.41146.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.47%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 67 (26.56% from 255) = 45.89%
R=42.47%
G=11.64%
B=45.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6217670.070.7500.7429459.5216.47
Hex3E114374B04A1263c10
Octal7621103711301124467420
Binary11111010001100001111110010110100101010010011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,17,67); }

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

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

 a { background-color: rgb(62,17,67); }

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

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

 span { border-color: rgb(62,17,67); }

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