#310029

Color #310029 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #310029

Tints of Mardi Gras #310029

Color information

#310029 (or 0x310029) is unknown color: approx Mardi Gras. HEX triplet: 31, 00 and 29. RGB value is (49,0,41). Sum of RGB (Red+Green+Blue) = 49+0+41=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #310029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310029 is #CEFFD6. Grayscale: #131313. Windows color (decimal): -13565911 or 2687025. OLE color: 2687025.

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

Color convert

RGB49041-
CMYK010.160.81
HSL309.8º100%9.61%-
HSV(B)309.8º100%19.22%-
XYZ1.670.812.17-
YUV19.32140.23149.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 45.56%
R=54.44%
G=0%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49041010.160.81309.81009.61
Hex31029064105113664a
Octal6105101442012146614412
Binary11000101010010110010010000101000110011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310029; }

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

 H1.HeaderClassName
 {
   color: #310029;
 }
 .AnyTagClassName
 {
   color: #310029;
 }
</style>
background-color css

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

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

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

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

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

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