Html Css Color HEX #310329 Mardi Gras

📋 copy color: '#310329'

red 49 ◦ green 3 ◦ blue 41

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

Shades of Mardi Gras #310329

Tints of Mardi Gras #310329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.23%

 BLUE value IS 41 (16.41% from 255) = 44.09%

R = 52.69%
G = 3.23%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#310329 (or 0x310329) is known color: Mardi Gras. HEX triplet: 31, 03 and 29. RGB value is (49,3,41). Sum of RGB (Red+Green+Blue) = 49+3+41=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #310329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310329 is #CEFCD6. Grayscale: #141414. Windows color (decimal): -13565143 or 2687793. OLE color: 2687793.

HSL color Cylindrical-coordinate representation of color #310329: hue angle of 310.43º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310329 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 3 41 -
CMYK 0 0.94 0.16 0.81
HSL 310.43º 0.88% 0.1% -
HSV(B) 310.43º 0.94% 0.19% -
XYZ 1.7 0.88 2.18 -
YUV 21.09 139.24 147.91 -
System Red Green Blue C M Y K H S L
Decimal 49 3 41 0 0.94 0.16 0.81 310.43 0.88 0.1
Hex 31 3 29 0 5E 10 51 136 58 A
Octal 61 3 51 0 136 20 121 466 130 12
Binary 110001 11 101001 0 1011110 10000 1010001 100110110 1011000 1010

Color Harmonies of #310329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310329

Black with #310329

Text Example


Text Example

White with #310329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310329; }

 p { color: rgb(49,3,41); }

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

background-color css

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

 a { background-color: rgb(49,3,41); }

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

border-color css

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

 span { border-color: rgb(49,3,41); }

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