Html Css Color HEX #321431 Mardi Gras

📋 copy color: '#321431'

red 50 ◦ green 20 ◦ blue 49

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

Shades of Mardi Gras #321431

Tints of Mardi Gras #321431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

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

R = 42.02%
G = 16.81%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#321431 (or 0x321431) is known color: Mardi Gras. HEX triplet: 32, 14 and 31. RGB value is (50,20,49). Sum of RGB (Red+Green+Blue) = 50+20+49=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #321431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321431 is #CDEBCE. Grayscale: #202020. Windows color (decimal): -13495247 or 3216434. OLE color: 3216434.

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

Color convert

RGB 50 20 49 -
CMYK 0 0.60 0.02 0.80
HSL 302º 0.43% 0.14% -
HSV(B) 302º 0.6% 0.2% -
XYZ 2.12 1.4 3.06 -
YUV 32.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 50 20 49 0 0.60 0.02 0.80 302 0.43 0.14
Hex 32 14 31 0 3C 2 50 12E 2B E
Octal 62 24 61 0 74 2 120 456 53 16
Binary 110010 10100 110001 0 111100 10 1010000 100101110 101011 1110

Color Harmonies of #321431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321431

Black with #321431

Text Example


Text Example

White with #321431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321431; }

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

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

background-color css

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

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

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

border-color css

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

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

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