Html Css Color HEX #310629 Mardi Gras

📋 copy color: '#310629'

red 49 ◦ green 6 ◦ blue 41

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

Shades of Mardi Gras #310629

Tints of Mardi Gras #310629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

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

R = 51.04%
G = 6.25%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#310629 (or 0x310629) is known color: Mardi Gras. HEX triplet: 31, 06 and 29. RGB value is (49,6,41). Sum of RGB (Red+Green+Blue) = 49+6+41=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #310629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310629 is #CEF9D6. Grayscale: #161616. Windows color (decimal): -13564375 or 2688561. OLE color: 2688561.

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

Color convert

RGB 49 6 41 -
CMYK 0 0.88 0.16 0.81
HSL 311.16º 0.78% 0.11% -
HSV(B) 311.16º 0.88% 0.19% -
XYZ 1.73 0.94 2.19 -
YUV 22.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 49 6 41 0 0.88 0.16 0.81 311.16 0.78 0.11
Hex 31 6 29 0 58 10 51 137 4E B
Octal 61 6 51 0 130 20 121 467 116 13
Binary 110001 110 101001 0 1011000 10000 1010001 100110111 1001110 1011

Color Harmonies of #310629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310629

Black with #310629

Text Example


Text Example

White with #310629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310629; }

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

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

background-color css

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

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

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

border-color css

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

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

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