Html Css Color HEX #311932 Mardi Gras

📋 copy color: '#311932'

red 49 ◦ green 25 ◦ blue 50

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

Shades of Mardi Gras #311932

Tints of Mardi Gras #311932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

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

R = 39.52%
G = 20.16%
B = 40.32%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311932 (or 0x311932) is known color: Mardi Gras. HEX triplet: 31, 19 and 32. RGB value is (49,25,50). Sum of RGB (Red+Green+Blue) = 49+25+50=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: blue. Hex color #311932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311932 is #CEE6CD. Grayscale: #222222. Windows color (decimal): -13559502 or 3283249. OLE color: 3283249.

HSL color Cylindrical-coordinate representation of color #311932: hue angle of 297.6º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #311932 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 25 50 -
CMYK 0.02 0.50 0 0.80
HSL 297.6º 0.33% 0.15% -
HSV(B) 297.6º 0.5% 0.2% -
XYZ 2.19 1.58 3.21 -
YUV 35.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 49 25 50 0.02 0.50 0 0.80 297.6 0.33 0.15
Hex 31 19 32 2 32 0 50 12A 21 F
Octal 61 31 62 2 62 0 120 452 41 17
Binary 110001 11001 110010 10 110010 0 1010000 100101010 100001 1111

Color Harmonies of #311932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311932

Black with #311932

Text Example


Text Example

White with #311932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311932; }

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

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

background-color css

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

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

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

border-color css

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

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

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