Html Css Color HEX #3E0238 Mardi Gras

📋 copy color: '#3E0238'

red 62 ◦ green 2 ◦ blue 56

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

Shades of Mardi Gras #3E0238

Tints of Mardi Gras #3E0238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 46.67%

R = 51.67%
G = 1.67%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3E0238 (or 0x3E0238) is known color: Mardi Gras. HEX triplet: 3E, 02 and 38. RGB value is (62,2,56). Sum of RGB (Red+Green+Blue) = 62+2+56=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0238 is #C1FDC7. Grayscale: #191919. Windows color (decimal): -12713416 or 3670590. OLE color: 3670590.

HSL color Cylindrical-coordinate representation of color #3E0238: hue angle of 306º 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 #3E0238 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 2 56 -
CMYK 0 0.97 0.10 0.76
HSL 306º 0.94% 0.13% -
HSV(B) 306º 0.97% 0.24% -
XYZ 2.72 1.35 3.86 -
YUV 26.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 62 2 56 0 0.97 0.10 0.76 306 0.94 0.13
Hex 3E 2 38 0 61 A 4C 132 5E D
Octal 76 2 70 0 141 12 114 462 136 15
Binary 111110 10 111000 0 1100001 1010 1001100 100110010 1011110 1101

Color Harmonies of #3E0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0238

Black with #3E0238

Text Example


Text Example

White with #3E0238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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