#3E1338

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

Shades of Mardi Gras #3E1338

Tints of Mardi Gras #3E1338

Color information

#3E1338 (or 0x3E1338) is unknown color: approx Mardi Gras. HEX triplet: 3E, 13 and 38. RGB value is (62,19,56). Sum of RGB (Red+Green+Blue) = 62+19+56=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1338 is #C1ECC7. Grayscale: #232323. Windows color (decimal): -12709064 or 3674942. OLE color: 3674942.

HSL color Cylindrical-coordinate representation of color #3E1338: hue angle of 308.37º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E1338 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB621956-
CMYK00.690.100.76
HSL308.37º53.09%15.88%-
HSV(B)308.37º69.35%24.31%-
XYZ2.931.783.93-
YUV36.08139.25146.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.26%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=45.26%
G=13.87%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62195600.690.100.76308.3753.0915.88
Hex3E1338045A4C1343510
Octal7623700105121144646520
Binary11111010011111000010001011010100110010011010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,19,56); }

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

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

 a { background-color: rgb(62,19,56); }

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

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

 span { border-color: rgb(62,19,56); }

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