Html Css Color HEX #3E1F40 Mardi Gras

📋 copy color: '#3E1F40'

red 62 ◦ green 31 ◦ blue 64

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

Shades of Mardi Gras #3E1F40

Tints of Mardi Gras #3E1F40

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

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

R = 39.49%
G = 19.75%
B = 40.76%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E1F40 (or 0x3E1F40) is known color: Mardi Gras. HEX triplet: 3E, 1F and 40. RGB value is (62,31,64). Sum of RGB (Red+Green+Blue) = 62+31+64=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E1F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F40 is #C1E0BF. Grayscale: #2B2B2B. Windows color (decimal): -12705984 or 4202302. OLE color: 4202302.

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

Color convert

RGB 62 31 64 -
CMYK 0.03 0.52 0 0.75
HSL 296.36º 0.35% 0.19% -
HSV(B) 296.36º 0.52% 0.25% -
XYZ 3.4 2.37 5.13 -
YUV 44.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 62 31 64 0.03 0.52 0 0.75 296.36 0.35 0.19
Hex 3E 1F 40 3 34 0 4B 128 23 13
Octal 76 37 100 3 64 0 113 450 43 23
Binary 111110 11111 1000000 11 110100 0 1001011 100101000 100011 10011

Color Harmonies of #3E1F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1F40

Black with #3E1F40

Text Example


Text Example

White with #3E1F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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