Html Css Color HEX #3E133A Mardi Gras

📋 copy color: '#3E133A'

red 62 ◦ green 19 ◦ blue 58

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

Shades of Mardi Gras #3E133A

Tints of Mardi Gras #3E133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

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

R = 44.6%
G = 13.67%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E133A (or 0x3E133A) is known color: Mardi Gras. HEX triplet: 3E, 13 and 3A. RGB value is (62,19,58). Sum of RGB (Red+Green+Blue) = 62+19+58=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E133A is #C1ECC5. Grayscale: #242424. Windows color (decimal): -12709062 or 3806014. OLE color: 3806014.

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

Color convert

RGB 62 19 58 -
CMYK 0 0.69 0.06 0.76
HSL 305.58º 0.53% 0.16% -
HSV(B) 305.58º 0.69% 0.24% -
XYZ 2.98 1.8 4.19 -
YUV 36.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 62 19 58 0 0.69 0.06 0.76 305.58 0.53 0.16
Hex 3E 13 3A 0 45 6 4C 132 35 10
Octal 76 23 72 0 105 6 114 462 65 20
Binary 111110 10011 111010 0 1000101 110 1001100 100110010 110101 10000

Color Harmonies of #3E133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E133A

Black with #3E133A

Text Example


Text Example

White with #3E133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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