#310229

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

Shades of Mardi Gras #310229

Tints of Mardi Gras #310229

Color information

#310229 (or 0x310229) is unknown color: approx Mardi Gras. HEX triplet: 31, 02 and 29. RGB value is (49,2,41). Sum of RGB (Red+Green+Blue) = 49+2+41=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #310229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310229 is #CEFDD6. Grayscale: #141414. Windows color (decimal): -13565399 or 2687537. OLE color: 2687537.

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

Color convert

RGB49241-
CMYK00.960.160.81
HSL310.21º92.16%10%-
HSV(B)310.21º95.92%19.22%-
XYZ1.690.862.17-
YUV20.5139.57148.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=53.26%
G=2.17%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4924100.960.160.81310.2192.1610
Hex3122906010511365ca
Octal6125101402012146613412
Binary110001101010010110000010000101000110011011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310229; }

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

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

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

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

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

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

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

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