Html Css Color HEX #321631 Mardi Gras

📋 copy color: '#321631'

red 50 ◦ green 22 ◦ blue 49

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

Shades of Mardi Gras #321631

Tints of Mardi Gras #321631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.18%

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

R = 41.32%
G = 18.18%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#321631 (or 0x321631) is known color: Mardi Gras. HEX triplet: 32, 16 and 31. RGB value is (50,22,49). Sum of RGB (Red+Green+Blue) = 50+22+49=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321631 is #CDE9CE. Grayscale: #212121. Windows color (decimal): -13494735 or 3216946. OLE color: 3216946.

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

Color convert

RGB 50 22 49 -
CMYK 0 0.56 0.02 0.80
HSL 302.14º 0.39% 0.14% -
HSV(B) 302.14º 0.56% 0.2% -
XYZ 2.16 1.47 3.08 -
YUV 33.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 50 22 49 0 0.56 0.02 0.80 302.14 0.39 0.14
Hex 32 16 31 0 38 2 50 12E 27 E
Octal 62 26 61 0 70 2 120 456 47 16
Binary 110010 10110 110001 0 111000 10 1010000 100101110 100111 1110

Color Harmonies of #321631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321631

Black with #321631

Text Example


Text Example

White with #321631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321631; }

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

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

background-color css

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

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

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

border-color css

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

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

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