Html Css Color HEX #3E193C Mardi Gras

📋 copy color: '#3E193C'

red 62 ◦ green 25 ◦ blue 60

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

Shades of Mardi Gras #3E193C

Tints of Mardi Gras #3E193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 60 (23.83% from 255) = 40.82%

R = 42.18%
G = 17.01%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#3E193C (or 0x3E193C) is known color: Mardi Gras. HEX triplet: 3E, 19 and 3C. RGB value is (62,25,60). Sum of RGB (Red+Green+Blue) = 62+25+60=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E193C is #C1E6C3. Grayscale: #272727. Windows color (decimal): -12707524 or 3938622. OLE color: 3938622.

HSL color Cylindrical-coordinate representation of color #3E193C: hue angle of 303.24º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E193C is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 25 60 -
CMYK 0 0.60 0.03 0.76
HSL 303.24º 0.43% 0.17% -
HSV(B) 303.24º 0.6% 0.24% -
XYZ 3.15 2.05 4.5 -
YUV 40.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 62 25 60 0 0.60 0.03 0.76 303.24 0.43 0.17
Hex 3E 19 3C 0 3C 3 4C 12F 2B 11
Octal 76 31 74 0 74 3 114 457 53 21
Binary 111110 11001 111100 0 111100 11 1001100 100101111 101011 10001

Color Harmonies of #3E193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E193C

Black with #3E193C

Text Example


Text Example

White with #3E193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,25,60); }

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

background-color css

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

 a { background-color: rgb(62,25,60); }

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

border-color css

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

 span { border-color: rgb(62,25,60); }

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