Html Css Color HEX #3E003A Mardi Gras

📋 copy color: '#3E003A'

red 62 ◦ green 0 ◦ blue 58

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

Shades of Mardi Gras #3E003A

Tints of Mardi Gras #3E003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.67%
G = 0%
B = 48.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E003A (or 0x3E003A) is known color: Mardi Gras. HEX triplet: 3E, 00 and 3A. RGB value is (62,0,58). Sum of RGB (Red+Green+Blue) = 62+0+58=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E003A is #C1FFC5. Grayscale: #181818. Windows color (decimal): -12713926 or 3801150. OLE color: 3801150.

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

Color convert

RGB 62 0 58 -
CMYK 0 1 0.06 0.76
HSL 303.87º 1% 0.12% -
HSV(B) 303.87º 1% 0.24% -
XYZ 2.75 1.33 4.11 -
YUV 25.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 62 0 58 0 1 0.06 0.76 303.87 1 0.12
Hex 3E 0 3A 0 64 6 4C 130 64 C
Octal 76 0 72 0 144 6 114 460 144 14
Binary 111110 0 111010 0 1100100 110 1001100 100110000 1100100 1100

Color Harmonies of #3E003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E003A

Black with #3E003A

Text Example


Text Example

White with #3E003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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