Html Css Color HEX #3E2141 Mardi Gras

📋 copy color: '#3E2141'

red 62 ◦ green 33 ◦ blue 65

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

Shades of Mardi Gras #3E2141

Tints of Mardi Gras #3E2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.63%

 BLUE value IS 65 (25.78% from 255) = 40.63%

R = 38.75%
G = 20.63%
B = 40.63%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E2141 (or 0x3E2141) is known color: Mardi Gras. HEX triplet: 3E, 21 and 41. RGB value is (62,33,65). Sum of RGB (Red+Green+Blue) = 62+33+65=160 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.75% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E2141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2141 is #C1DEBE. Grayscale: #2D2D2D. Windows color (decimal): -12705471 or 4268350. OLE color: 4268350.

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

Color convert

RGB 62 33 65 -
CMYK 0.05 0.49 0 0.75
HSL 294.38º 0.33% 0.19% -
HSV(B) 294.38º 0.49% 0.25% -
XYZ 3.48 2.49 5.3 -
YUV 45.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 62 33 65 0.05 0.49 0 0.75 294.38 0.33 0.19
Hex 3E 21 41 5 31 0 4B 126 21 13
Octal 76 41 101 5 61 0 113 446 41 23
Binary 111110 100001 1000001 101 110001 0 1001011 100100110 100001 10011

Color Harmonies of #3E2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2141

Black with #3E2141

Text Example


Text Example

White with #3E2141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,33,65); }

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

background-color css

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

 a { background-color: rgb(62,33,65); }

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

border-color css

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

 span { border-color: rgb(62,33,65); }

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