Html Css Color HEX #3E1336 Mardi Gras

📋 copy color: '#3E1336'

red 62 ◦ green 19 ◦ blue 54

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

Shades of Mardi Gras #3E1336

Tints of Mardi Gras #3E1336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

 BLUE value IS 54 (21.48% from 255) = 40%

R = 45.93%
G = 14.07%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#3E1336 (or 0x3E1336) is known color: Mardi Gras. HEX triplet: 3E, 13 and 36. RGB value is (62,19,54). Sum of RGB (Red+Green+Blue) = 62+19+54=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1336 is #C1ECC9. Grayscale: #232323. Windows color (decimal): -12709066 or 3543870. OLE color: 3543870.

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

Color convert

RGB 62 19 54 -
CMYK 0 0.69 0.13 0.76
HSL 311.16º 0.53% 0.16% -
HSV(B) 311.16º 0.69% 0.24% -
XYZ 2.89 1.76 3.68 -
YUV 35.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 62 19 54 0 0.69 0.13 0.76 311.16 0.53 0.16
Hex 3E 13 36 0 45 D 4C 137 35 10
Octal 76 23 66 0 105 15 114 467 65 20
Binary 111110 10011 110110 0 1000101 1101 1001100 100110111 110101 10000

Color Harmonies of #3E1336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1336

Black with #3E1336

Text Example


Text Example

White with #3E1336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,19,54); }

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

background-color css

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

 a { background-color: rgb(62,19,54); }

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

border-color css

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

 span { border-color: rgb(62,19,54); }

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