#320E31

Color #320E31 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #320E31

Tints of Mardi Gras #320E31

Color information

#320E31 (or 0x320E31) is unknown color: approx Mardi Gras. HEX triplet: 32, 0E and 31. RGB value is (50,14,49). Sum of RGB (Red+Green+Blue) = 50+14+49=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #320E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E31 is #CDF1CE. Grayscale: #1C1C1C. Windows color (decimal): -13496783 or 3214898. OLE color: 3214898.

HSL color Cylindrical-coordinate representation of color #320E31: hue angle of 301.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #320E31 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB501449-
CMYK00.720.020.80
HSL301.67º56.25%12.55%-
HSV(B)301.67º72%19.61%-
XYZ2.031.213.03-
YUV28.75139.43143.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 14 (5.86% from 255) = 12.39%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=44.25%
G=12.39%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50144900.720.020.80301.6756.2512.55
Hex32E3104825012e38d
Octal621661011021204567015
Binary1100101110110001010010001010100001001011101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320E31; }

 p { color: rgb(50,14,49); }

 H1.HeaderClassName
 {
   color: #320E31;
 }
 .AnyTagClassName
 {
   color: #320E31;
 }
</style>
background-color css

<style>
 a { background-color: #320E31; }

 a { background-color: rgb(50,14,49); }

 div.DivClassName
 {
   background-color: #320E31;
 }
 .BgClassName
 {
   background-color: #320E31;
 }
</style>
border-color css

<style>
 span { border-color: #320E31; }

 span { border-color: rgb(50,14,49); }

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