Html Css Color HEX #3E1E3C Mardi Gras

📋 copy color: '#3E1E3C'

red 62 ◦ green 30 ◦ blue 60

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

Shades of Mardi Gras #3E1E3C

Tints of Mardi Gras #3E1E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

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

R = 40.79%
G = 19.74%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#3E1E3C (or 0x3E1E3C) is known color: Mardi Gras. HEX triplet: 3E, 1E and 3C. RGB value is (62,30,60). Sum of RGB (Red+Green+Blue) = 62+30+60=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1E3C is #C1E1C3. Grayscale: #2A2A2A. Windows color (decimal): -12706244 or 3939902. OLE color: 3939902.

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

Color convert

RGB 62 30 60 -
CMYK 0 0.52 0.03 0.76
HSL 303.75º 0.35% 0.18% -
HSV(B) 303.75º 0.52% 0.24% -
XYZ 3.27 2.28 4.54 -
YUV 42.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 62 30 60 0 0.52 0.03 0.76 303.75 0.35 0.18
Hex 3E 1E 3C 0 34 3 4C 130 23 12
Octal 76 36 74 0 64 3 114 460 43 22
Binary 111110 11110 111100 0 110100 11 1001100 100110000 100011 10010

Color Harmonies of #3E1E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1E3C

Black with #3E1E3C

Text Example


Text Example

White with #3E1E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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