Html Css Color HEX #310529 Mardi Gras

📋 copy color: '#310529'

red 49 ◦ green 5 ◦ blue 41

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

Shades of Mardi Gras #310529

Tints of Mardi Gras #310529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.26%

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

R = 51.58%
G = 5.26%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#310529 (or 0x310529) is known color: Mardi Gras. HEX triplet: 31, 05 and 29. RGB value is (49,5,41). Sum of RGB (Red+Green+Blue) = 49+5+41=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #310529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310529 is #CEFAD6. Grayscale: #161616. Windows color (decimal): -13564631 or 2688305. OLE color: 2688305.

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

Color convert

RGB 49 5 41 -
CMYK 0 0.90 0.16 0.81
HSL 310.91º 0.81% 0.11% -
HSV(B) 310.91º 0.9% 0.19% -
XYZ 1.72 0.92 2.18 -
YUV 22.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 49 5 41 0 0.90 0.16 0.81 310.91 0.81 0.11
Hex 31 5 29 0 5A 10 51 137 51 B
Octal 61 5 51 0 132 20 121 467 121 13
Binary 110001 101 101001 0 1011010 10000 1010001 100110111 1010001 1011

Color Harmonies of #310529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310529

Black with #310529

Text Example


Text Example

White with #310529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310529; }

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

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

background-color css

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

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

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

border-color css

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

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

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