Html Css Color HEX #3E1236 Mardi Gras

📋 copy color: '#3E1236'

red 62 ◦ green 18 ◦ blue 54

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

Shades of Mardi Gras #3E1236

Tints of Mardi Gras #3E1236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

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

R = 46.27%
G = 13.43%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#3E1236 (or 0x3E1236) is known color: Mardi Gras. HEX triplet: 3E, 12 and 36. RGB value is (62,18,54). Sum of RGB (Red+Green+Blue) = 62+18+54=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1236 is #C1EDC9. Grayscale: #232323. Windows color (decimal): -12709322 or 3543614. OLE color: 3543614.

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

Color convert

RGB 62 18 54 -
CMYK 0 0.71 0.13 0.76
HSL 310.91º 0.55% 0.16% -
HSV(B) 310.91º 0.71% 0.24% -
XYZ 2.87 1.72 3.67 -
YUV 35.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 62 18 54 0 0.71 0.13 0.76 310.91 0.55 0.16
Hex 3E 12 36 0 47 D 4C 137 37 10
Octal 76 22 66 0 107 15 114 467 67 20
Binary 111110 10010 110110 0 1000111 1101 1001100 100110111 110111 10000

Color Harmonies of #3E1236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1236

Black with #3E1236

Text Example


Text Example

White with #3E1236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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