Html Css Color HEX #3E143C Mardi Gras

📋 copy color: '#3E143C'

red 62 ◦ green 20 ◦ blue 60

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

Shades of Mardi Gras #3E143C

Tints of Mardi Gras #3E143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

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

R = 43.66%
G = 14.08%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#3E143C (or 0x3E143C) is known color: Mardi Gras. HEX triplet: 3E, 14 and 3C. RGB value is (62,20,60). Sum of RGB (Red+Green+Blue) = 62+20+60=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E143C is #C1EBC3. Grayscale: #252525. Windows color (decimal): -12708804 or 3937342. OLE color: 3937342.

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

Color convert

RGB 62 20 60 -
CMYK 0 0.68 0.03 0.76
HSL 302.86º 0.51% 0.16% -
HSV(B) 302.86º 0.68% 0.24% -
XYZ 3.05 1.85 4.47 -
YUV 37.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 62 20 60 0 0.68 0.03 0.76 302.86 0.51 0.16
Hex 3E 14 3C 0 44 3 4C 12F 33 10
Octal 76 24 74 0 104 3 114 457 63 20
Binary 111110 10100 111100 0 1000100 11 1001100 100101111 110011 10000

Color Harmonies of #3E143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E143C

Black with #3E143C

Text Example


Text Example

White with #3E143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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