Html Css Color HEX #3E1D3C Mardi Gras

📋 copy color: '#3E1D3C'

red 62 ◦ green 29 ◦ blue 60

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

Shades of Mardi Gras #3E1D3C

Tints of Mardi Gras #3E1D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.21%

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

R = 41.06%
G = 19.21%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#3E1D3C (or 0x3E1D3C) is known color: Mardi Gras. HEX triplet: 3E, 1D and 3C. RGB value is (62,29,60). Sum of RGB (Red+Green+Blue) = 62+29+60=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D3C is #C1E2C3. Grayscale: #2A2A2A. Windows color (decimal): -12706500 or 3939646. OLE color: 3939646.

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

Color convert

RGB 62 29 60 -
CMYK 0 0.53 0.03 0.76
HSL 303.64º 0.36% 0.18% -
HSV(B) 303.64º 0.53% 0.24% -
XYZ 3.24 2.23 4.53 -
YUV 42.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 62 29 60 0 0.53 0.03 0.76 303.64 0.36 0.18
Hex 3E 1D 3C 0 35 3 4C 130 24 12
Octal 76 35 74 0 65 3 114 460 44 22
Binary 111110 11101 111100 0 110101 11 1001100 100110000 100100 10010

Color Harmonies of #3E1D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1D3C

Black with #3E1D3C

Text Example


Text Example

White with #3E1D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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