Html Css Color HEX #3E033A Mardi Gras

📋 copy color: '#3E033A'

red 62 ◦ green 3 ◦ blue 58

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

Shades of Mardi Gras #3E033A

Tints of Mardi Gras #3E033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

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

R = 50.41%
G = 2.44%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E033A (or 0x3E033A) is known color: Mardi Gras. HEX triplet: 3E, 03 and 3A. RGB value is (62,3,58). Sum of RGB (Red+Green+Blue) = 62+3+58=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E033A is #C1FCC5. Grayscale: #1A1A1A. Windows color (decimal): -12713158 or 3801918. OLE color: 3801918.

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

Color convert

RGB 62 3 58 -
CMYK 0 0.95 0.06 0.76
HSL 304.07º 0.91% 0.13% -
HSV(B) 304.07º 0.95% 0.24% -
XYZ 2.78 1.39 4.13 -
YUV 26.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 62 3 58 0 0.95 0.06 0.76 304.07 0.91 0.13
Hex 3E 3 3A 0 5F 6 4C 130 5B D
Octal 76 3 72 0 137 6 114 460 133 15
Binary 111110 11 111010 0 1011111 110 1001100 100110000 1011011 1101

Color Harmonies of #3E033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E033A

Black with #3E033A

Text Example


Text Example

White with #3E033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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