Html Css Color HEX #3E063A Mardi Gras

📋 copy color: '#3E063A'

red 62 ◦ green 6 ◦ blue 58

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

Shades of Mardi Gras #3E063A

Tints of Mardi Gras #3E063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

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

R = 49.21%
G = 4.76%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E063A (or 0x3E063A) is known color: Mardi Gras. HEX triplet: 3E, 06 and 3A. RGB value is (62,6,58). Sum of RGB (Red+Green+Blue) = 62+6+58=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E063A is #C1F9C5. Grayscale: #1C1C1C. Windows color (decimal): -12712390 or 3802686. OLE color: 3802686.

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

Color convert

RGB 62 6 58 -
CMYK 0 0.90 0.06 0.76
HSL 304.29º 0.82% 0.13% -
HSV(B) 304.29º 0.9% 0.24% -
XYZ 2.82 1.46 4.14 -
YUV 28.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 62 6 58 0 0.90 0.06 0.76 304.29 0.82 0.13
Hex 3E 6 3A 0 5A 6 4C 130 52 D
Octal 76 6 72 0 132 6 114 460 122 15
Binary 111110 110 111010 0 1011010 110 1001100 100110000 1010010 1101

Color Harmonies of #3E063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E063A

Black with #3E063A

Text Example


Text Example

White with #3E063A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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