Html Css Color HEX #3E1641 Mardi Gras

📋 copy color: '#3E1641'

red 62 ◦ green 22 ◦ blue 65

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

Shades of Mardi Gras #3E1641

Tints of Mardi Gras #3E1641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.77%

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

R = 41.61%
G = 14.77%
B = 43.62%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E1641 (or 0x3E1641) is known color: Mardi Gras. HEX triplet: 3E, 16 and 41. RGB value is (62,22,65). Sum of RGB (Red+Green+Blue) = 62+22+65=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1641 is #C1E9BE. Grayscale: #262626. Windows color (decimal): -12708287 or 4265534. OLE color: 4265534.

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

Color convert

RGB 62 22 65 -
CMYK 0.05 0.66 0 0.75
HSL 295.81º 0.49% 0.17% -
HSV(B) 295.81º 0.66% 0.25% -
XYZ 3.23 1.98 5.21 -
YUV 38.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 62 22 65 0.05 0.66 0 0.75 295.81 0.49 0.17
Hex 3E 16 41 5 42 0 4B 128 31 11
Octal 76 26 101 5 102 0 113 450 61 21
Binary 111110 10110 1000001 101 1000010 0 1001011 100101000 110001 10001

Color Harmonies of #3E1641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1641

Black with #3E1641

Text Example


Text Example

White with #3E1641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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