Html Css Color HEX #3E023A Mardi Gras

📋 copy color: '#3E023A'

red 62 ◦ green 2 ◦ blue 58

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

Shades of Mardi Gras #3E023A

Tints of Mardi Gras #3E023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

 BLUE value IS 58 (23.05% from 255) = 47.54%

R = 50.82%
G = 1.64%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E023A (or 0x3E023A) is known color: Mardi Gras. HEX triplet: 3E, 02 and 3A. RGB value is (62,2,58). Sum of RGB (Red+Green+Blue) = 62+2+58=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E023A is #C1FDC5. Grayscale: #1A1A1A. Windows color (decimal): -12713414 or 3801662. OLE color: 3801662.

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

Color convert

RGB 62 2 58 -
CMYK 0 0.97 0.06 0.76
HSL 304º 0.94% 0.13% -
HSV(B) 304º 0.97% 0.24% -
XYZ 2.77 1.37 4.12 -
YUV 26.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 62 2 58 0 0.97 0.06 0.76 304 0.94 0.13
Hex 3E 2 3A 0 61 6 4C 130 5E D
Octal 76 2 72 0 141 6 114 460 136 15
Binary 111110 10 111010 0 1100001 110 1001100 100110000 1011110 1101

Color Harmonies of #3E023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E023A

Black with #3E023A

Text Example


Text Example

White with #3E023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,58); }

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

background-color css

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

 a { background-color: rgb(62,2,58); }

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

border-color css

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

 span { border-color: rgb(62,2,58); }

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