Html Css Color HEX #321131 Mardi Gras

📋 copy color: '#321131'

red 50 ◦ green 17 ◦ blue 49

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

Shades of Mardi Gras #321131

Tints of Mardi Gras #321131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.66%

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

R = 43.1%
G = 14.66%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#321131 (or 0x321131) is known color: Mardi Gras. HEX triplet: 32, 11 and 31. RGB value is (50,17,49). Sum of RGB (Red+Green+Blue) = 50+17+49=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #321131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321131 is #CDEECE. Grayscale: #1E1E1E. Windows color (decimal): -13496015 or 3215666. OLE color: 3215666.

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

Color convert

RGB 50 17 49 -
CMYK 0 0.66 0.02 0.80
HSL 301.82º 0.49% 0.13% -
HSV(B) 301.82º 0.66% 0.2% -
XYZ 2.07 1.3 3.05 -
YUV 30.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 50 17 49 0 0.66 0.02 0.80 301.82 0.49 0.13
Hex 32 11 31 0 42 2 50 12E 31 D
Octal 62 21 61 0 102 2 120 456 61 15
Binary 110010 10001 110001 0 1000010 10 1010000 100101110 110001 1101

Color Harmonies of #321131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321131

Black with #321131

Text Example


Text Example

White with #321131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321131; }

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

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

background-color css

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

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

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

border-color css

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

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

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