Html Css Color HEX #3E143F Mardi Gras

📋 copy color: '#3E143F'

red 62 ◦ green 20 ◦ blue 63

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

Shades of Mardi Gras #3E143F

Tints of Mardi Gras #3E143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.45%

R = 42.76%
G = 13.79%
B = 43.45%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E143F (or 0x3E143F) is known color: Mardi Gras. HEX triplet: 3E, 14 and 3F. RGB value is (62,20,63). Sum of RGB (Red+Green+Blue) = 62+20+63=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E143F is #C1EBC0. Grayscale: #252525. Windows color (decimal): -12708801 or 4133950. OLE color: 4133950.

HSL color Cylindrical-coordinate representation of color #3E143F: hue angle of 298.6º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E143F is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 20 63 -
CMYK 0.02 0.68 0 0.75
HSL 298.6º 0.52% 0.16% -
HSV(B) 298.6º 0.68% 0.25% -
XYZ 3.13 1.88 4.9 -
YUV 37.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 62 20 63 0.02 0.68 0 0.75 298.6 0.52 0.16
Hex 3E 14 3F 2 44 0 4B 12B 34 10
Octal 76 24 77 2 104 0 113 453 64 20
Binary 111110 10100 111111 10 1000100 0 1001011 100101011 110100 10000

Color Harmonies of #3E143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E143F

Black with #3E143F

Text Example


Text Example

White with #3E143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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