Html Css Color HEX #311432 Mardi Gras

📋 copy color: '#311432'

red 49 ◦ green 20 ◦ blue 50

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

Shades of Mardi Gras #311432

Tints of Mardi Gras #311432

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #311432: hue angle of 298º 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 #311432 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 20 50 -
CMYK 0.02 0.60 0 0.80
HSL 298º 0.43% 0.14% -
HSV(B) 298º 0.6% 0.2% -
XYZ 2.09 1.38 3.17 -
YUV 32.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 49 20 50 0.02 0.60 0 0.80 298 0.43 0.14
Hex 31 14 32 2 3C 0 50 12A 2B E
Octal 61 24 62 2 74 0 120 452 53 16
Binary 110001 10100 110010 10 111100 0 1010000 100101010 101011 1110

Color Harmonies of #311432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311432

Black with #311432

Text Example


Text Example

White with #311432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311432; }

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

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

background-color css

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

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

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

border-color css

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

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

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