Html Css Color HEX #312032 Mardi Gras

📋 copy color: '#312032'

red 49 ◦ green 32 ◦ blue 50

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

Shades of Mardi Gras #312032

Tints of Mardi Gras #312032

RGB

 RED value IS 49 (19.53% from 255) = 37.4%

 GREEN value IS 32 (12.89% from 255) = 24.43%

 BLUE value IS 50 (19.92% from 255) = 38.17%

R = 37.4%
G = 24.43%
B = 38.17%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#312032 (or 0x312032) is known color: Mardi Gras. HEX triplet: 31, 20 and 32. RGB value is (49,32,50). Sum of RGB (Red+Green+Blue) = 49+32+50=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 50 - color contains mainly: blue. Hex color #312032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312032 is #CEDFCD. Grayscale: #272727. Windows color (decimal): -13557710 or 3285041. OLE color: 3285041.

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

Color convert

RGB 49 32 50 -
CMYK 0.02 0.36 0 0.80
HSL 296.67º 0.22% 0.16% -
HSV(B) 296.67º 0.36% 0.2% -
XYZ 2.36 1.92 3.26 -
YUV 39.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 49 32 50 0.02 0.36 0 0.80 296.67 0.22 0.16
Hex 31 20 32 2 24 0 50 129 16 10
Octal 61 40 62 2 44 0 120 451 26 20
Binary 110001 100000 110010 10 100100 0 1010000 100101001 10110 10000

Color Harmonies of #312032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312032

Black with #312032

Text Example


Text Example

White with #312032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312032; }

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

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

background-color css

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

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

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

border-color css

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

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

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