Html Css Color HEX #322131 Mardi Gras

📋 copy color: '#322131'

red 50 ◦ green 33 ◦ blue 49

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

Shades of Mardi Gras #322131

Tints of Mardi Gras #322131

RGB

 RED value IS 50 (19.92% from 255) = 37.88%

 GREEN value IS 33 (13.28% from 255) = 25%

 BLUE value IS 49 (19.53% from 255) = 37.12%

R = 37.88%
G = 25%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#322131 (or 0x322131) is known color: Mardi Gras. HEX triplet: 32, 21 and 31. RGB value is (50,33,49). Sum of RGB (Red+Green+Blue) = 50+33+49=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #322131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322131 is #CDDECE. Grayscale: #272727. Windows color (decimal): -13491919 or 3219762. OLE color: 3219762.

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

Color convert

RGB 50 33 49 -
CMYK 0 0.34 0.02 0.80
HSL 303.53º 0.2% 0.16% -
HSV(B) 303.53º 0.34% 0.2% -
XYZ 2.41 1.99 3.16 -
YUV 39.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 50 33 49 0 0.34 0.02 0.80 303.53 0.2 0.16
Hex 32 21 31 0 22 2 50 130 14 10
Octal 62 41 61 0 42 2 120 460 24 20
Binary 110010 100001 110001 0 100010 10 1010000 100110000 10100 10000

Color Harmonies of #322131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322131

Black with #322131

Text Example


Text Example

White with #322131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322131; }

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

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

background-color css

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

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

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

border-color css

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

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

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