Html Css Color HEX #3E073B Mardi Gras

📋 copy color: '#3E073B'

red 62 ◦ green 7 ◦ blue 59

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

Shades of Mardi Gras #3E073B

Tints of Mardi Gras #3E073B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.47%

 BLUE value IS 59 (23.44% from 255) = 46.09%

R = 48.44%
G = 5.47%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3E073B (or 0x3E073B) is known color: Mardi Gras. HEX triplet: 3E, 07 and 3B. RGB value is (62,7,59). Sum of RGB (Red+Green+Blue) = 62+7+59=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E073B is #C1F8C4. Grayscale: #1D1D1D. Windows color (decimal): -12712133 or 3868478. OLE color: 3868478.

HSL color Cylindrical-coordinate representation of color #3E073B: hue angle of 303.27º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E073B is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 7 59 -
CMYK 0 0.89 0.05 0.76
HSL 303.27º 0.8% 0.14% -
HSV(B) 303.27º 0.89% 0.24% -
XYZ 2.85 1.49 4.28 -
YUV 29.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 62 7 59 0 0.89 0.05 0.76 303.27 0.8 0.14
Hex 3E 7 3B 0 59 5 4C 12F 50 E
Octal 76 7 73 0 131 5 114 457 120 16
Binary 111110 111 111011 0 1011001 101 1001100 100101111 1010000 1110

Color Harmonies of #3E073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E073B

Black with #3E073B

Text Example


Text Example

White with #3E073B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,7,59); }

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

background-color css

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

 a { background-color: rgb(62,7,59); }

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

border-color css

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

 span { border-color: rgb(62,7,59); }

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