Html Css Color HEX #321731 Mardi Gras

📋 copy color: '#321731'

red 50 ◦ green 23 ◦ blue 49

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

Shades of Mardi Gras #321731

Tints of Mardi Gras #321731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.85%

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

R = 40.98%
G = 18.85%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#321731 (or 0x321731) is known color: Mardi Gras. HEX triplet: 32, 17 and 31. RGB value is (50,23,49). Sum of RGB (Red+Green+Blue) = 50+23+49=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #321731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321731 is #CDE8CE. Grayscale: #212121. Windows color (decimal): -13494479 or 3217202. OLE color: 3217202.

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

Color convert

RGB 50 23 49 -
CMYK 0 0.54 0.02 0.80
HSL 302.22º 0.37% 0.14% -
HSV(B) 302.22º 0.54% 0.2% -
XYZ 2.18 1.51 3.08 -
YUV 34.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 50 23 49 0 0.54 0.02 0.80 302.22 0.37 0.14
Hex 32 17 31 0 36 2 50 12E 25 E
Octal 62 27 61 0 66 2 120 456 45 16
Binary 110010 10111 110001 0 110110 10 1010000 100101110 100101 1110

Color Harmonies of #321731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321731

Black with #321731

Text Example


Text Example

White with #321731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321731; }

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

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

background-color css

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

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

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

border-color css

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

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

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