Html Css Color HEX #322331 Mardi Gras

📋 copy color: '#322331'

red 50 ◦ green 35 ◦ blue 49

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

Shades of Mardi Gras #322331

Tints of Mardi Gras #322331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 37.31%
G = 26.12%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#322331 (or 0x322331) is known color: Mardi Gras. HEX triplet: 32, 23 and 31. RGB value is (50,35,49). Sum of RGB (Red+Green+Blue) = 50+35+49=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #322331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322331 is #CDDCCE. Grayscale: #292929. Windows color (decimal): -13491407 or 3220274. OLE color: 3220274.

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

Color convert

RGB 50 35 49 -
CMYK 0 0.30 0.02 0.80
HSL 304º 0.18% 0.17% -
HSV(B) 304º 0.3% 0.2% -
XYZ 2.47 2.1 3.18 -
YUV 41.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 50 35 49 0 0.30 0.02 0.80 304 0.18 0.17
Hex 32 23 31 0 1E 2 50 130 12 11
Octal 62 43 61 0 36 2 120 460 22 21
Binary 110010 100011 110001 0 11110 10 1010000 100110000 10010 10001

Color Harmonies of #322331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322331

Black with #322331

Text Example


Text Example

White with #322331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322331; }

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

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

background-color css

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

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

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

border-color css

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

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

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