Html Css Color HEX #3E2140 Mardi Gras

📋 copy color: '#3E2140'

red 62 ◦ green 33 ◦ blue 64

#3E2140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #3E2140

Tints of Mardi Gras #3E2140

RGB

 RED value IS 62 (24.61% from 255) = 38.99%

 GREEN value IS 33 (13.28% from 255) = 20.75%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 38.99%
G = 20.75%
B = 40.25%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E2140 (or 0x3E2140) is known color: Mardi Gras. HEX triplet: 3E, 21 and 40. RGB value is (62,33,64). Sum of RGB (Red+Green+Blue) = 62+33+64=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2140 is #C1DEBF. Grayscale: #2D2D2D. Windows color (decimal): -12705472 or 4202814. OLE color: 4202814.

HSL color Cylindrical-coordinate representation of color #3E2140: hue angle of 296.13º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2140 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 33 64 -
CMYK 0.03 0.48 0 0.75
HSL 296.13º 0.32% 0.19% -
HSV(B) 296.13º 0.48% 0.25% -
XYZ 3.46 2.48 5.15 -
YUV 45.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 62 33 64 0.03 0.48 0 0.75 296.13 0.32 0.19
Hex 3E 21 40 3 30 0 4B 128 20 13
Octal 76 41 100 3 60 0 113 450 40 23
Binary 111110 100001 1000000 11 110000 0 1001011 100101000 100000 10011

Color Harmonies of #3E2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2140

Black with #3E2140

Text Example


Text Example

White with #3E2140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,33,64); }

 H1.HeaderClassName
 {
   color: #3E2140;
 }
 .AnyTagClassName
 {
   color: #3E2140;
 }
</style>

background-color css

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

 a { background-color: rgb(62,33,64); }

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

border-color css

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

 span { border-color: rgb(62,33,64); }

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