Html Css Color HEX #311232 Mardi Gras

📋 copy color: '#311232'

red 49 ◦ green 18 ◦ blue 50

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

Shades of Mardi Gras #311232

Tints of Mardi Gras #311232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.38%

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

R = 41.88%
G = 15.38%
B = 42.74%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311232 (or 0x311232) is known color: Mardi Gras. HEX triplet: 31, 12 and 32. RGB value is (49,18,50). Sum of RGB (Red+Green+Blue) = 49+18+50=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #311232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311232 is #CEEDCD. Grayscale: #1E1E1E. Windows color (decimal): -13561294 or 3281457. OLE color: 3281457.

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

Color convert

RGB 49 18 50 -
CMYK 0.02 0.64 0 0.80
HSL 298.13º 0.47% 0.13% -
HSV(B) 298.13º 0.64% 0.2% -
XYZ 2.06 1.32 3.16 -
YUV 30.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 49 18 50 0.02 0.64 0 0.80 298.13 0.47 0.13
Hex 31 12 32 2 40 0 50 12A 2F D
Octal 61 22 62 2 100 0 120 452 57 15
Binary 110001 10010 110010 10 1000000 0 1010000 100101010 101111 1101

Color Harmonies of #311232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311232

Black with #311232

Text Example


Text Example

White with #311232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311232; }

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

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

background-color css

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

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

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

border-color css

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

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

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