Html Css Color HEX #3E153C Mardi Gras

📋 copy color: '#3E153C'

red 62 ◦ green 21 ◦ blue 60

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

Shades of Mardi Gras #3E153C

Tints of Mardi Gras #3E153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

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

R = 43.36%
G = 14.69%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#3E153C (or 0x3E153C) is known color: Mardi Gras. HEX triplet: 3E, 15 and 3C. RGB value is (62,21,60). Sum of RGB (Red+Green+Blue) = 62+21+60=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 62 - color contains mainly: red. Hex color #3E153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E153C is #C1EAC3. Grayscale: #252525. Windows color (decimal): -12708548 or 3937598. OLE color: 3937598.

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

Color convert

RGB 62 21 60 -
CMYK 0 0.66 0.03 0.76
HSL 302.93º 0.49% 0.16% -
HSV(B) 302.93º 0.66% 0.24% -
XYZ 3.07 1.89 4.48 -
YUV 37.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 62 21 60 0 0.66 0.03 0.76 302.93 0.49 0.16
Hex 3E 15 3C 0 42 3 4C 12F 31 10
Octal 76 25 74 0 102 3 114 457 61 20
Binary 111110 10101 111100 0 1000010 11 1001100 100101111 110001 10000

Color Harmonies of #3E153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E153C

Black with #3E153C

Text Example


Text Example

White with #3E153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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