Html Css Color HEX #310732 Mardi Gras

📋 copy color: '#310732'

red 49 ◦ green 7 ◦ blue 50

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

Shades of Mardi Gras #310732

Tints of Mardi Gras #310732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.6%

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

R = 46.23%
G = 6.6%
B = 47.17%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#310732 (or 0x310732) is known color: Mardi Gras. HEX triplet: 31, 07 and 32. RGB value is (49,7,50). Sum of RGB (Red+Green+Blue) = 49+7+50=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #310732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310732 is #CEF8CD. Grayscale: #181818. Windows color (decimal): -13564110 or 3278641. OLE color: 3278641.

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

Color convert

RGB 49 7 50 -
CMYK 0.02 0.86 0 0.80
HSL 298.6º 0.75% 0.11% -
HSV(B) 298.6º 0.86% 0.2% -
XYZ 1.92 1.04 3.12 -
YUV 24.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 49 7 50 0.02 0.86 0 0.80 298.6 0.75 0.11
Hex 31 7 32 2 56 0 50 12B 4B B
Octal 61 7 62 2 126 0 120 453 113 13
Binary 110001 111 110010 10 1010110 0 1010000 100101011 1001011 1011

Color Harmonies of #310732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310732

Black with #310732

Text Example


Text Example

White with #310732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310732; }

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

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

background-color css

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

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

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

border-color css

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

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

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