#3E1F45

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

Shades of Mardi Gras #3E1F45

Tints of Mardi Gras #3E1F45

Color information

#3E1F45 (or 0x3E1F45) is unknown color: approx Mardi Gras. HEX triplet: 3E, 1F and 45. RGB value is (62,31,69). Sum of RGB (Red+Green+Blue) = 62+31+69=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E1F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F45 is #C1E0BA. Grayscale: #2C2C2C. Windows color (decimal): -12705979 or 4529982. OLE color: 4529982.

HSL color Cylindrical-coordinate representation of color #3E1F45: hue angle of 288.95º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E1F45 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB623169-
CMYK0.100.5500.73
HSL288.95º38%19.61%-
HSV(B)288.95º55.07%27.06%-
XYZ3.552.435.91-
YUV44.6141.77140.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.27%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=38.27%
G=19.14%
B=42.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6231690.100.5500.73288.953819.61
Hex3E1F45A370491212614
Octal7637105126701114414624
Binary11111011111100010110101101110100100110010000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,31,69); }

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

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

 a { background-color: rgb(62,31,69); }

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

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

 span { border-color: rgb(62,31,69); }

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