Html Css Color HEX #3E1340 Mardi Gras

📋 copy color: '#3E1340'

red 62 ◦ green 19 ◦ blue 64

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

Shades of Mardi Gras #3E1340

Tints of Mardi Gras #3E1340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

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

R = 42.76%
G = 13.1%
B = 44.14%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E1340 (or 0x3E1340) is known color: Mardi Gras. HEX triplet: 3E, 13 and 40. RGB value is (62,19,64). Sum of RGB (Red+Green+Blue) = 62+19+64=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E1340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1340 is #C1ECBF. Grayscale: #242424. Windows color (decimal): -12709056 or 4199230. OLE color: 4199230.

HSL color Cylindrical-coordinate representation of color #3E1340: hue angle of 297.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E1340 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 19 64 -
CMYK 0.03 0.70 0 0.75
HSL 297.33º 0.54% 0.16% -
HSV(B) 297.33º 0.7% 0.25% -
XYZ 3.14 1.86 5.04 -
YUV 36.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 62 19 64 0.03 0.70 0 0.75 297.33 0.54 0.16
Hex 3E 13 40 3 46 0 4B 129 36 10
Octal 76 23 100 3 106 0 113 451 66 20
Binary 111110 10011 1000000 11 1000110 0 1001011 100101001 110110 10000

Color Harmonies of #3E1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1340

Black with #3E1340

Text Example


Text Example

White with #3E1340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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