#310A32

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

Shades of Mardi Gras #310A32

Tints of Mardi Gras #310A32

Color information

#310A32 (or 0x310A32) is unknown color: approx Mardi Gras. HEX triplet: 31, 0A and 32. RGB value is (49,10,50). Sum of RGB (Red+Green+Blue) = 49+10+50=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #310A32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A32 is #CEF5CD. Grayscale: #1A1A1A. Windows color (decimal): -13563342 or 3279409. OLE color: 3279409.

HSL color Cylindrical-coordinate representation of color #310A32: hue angle of 298.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A32 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB491050-
CMYK0.020.8000.80
HSL298.5º66.67%11.76%-
HSV(B)298.5º80%19.61%-
XYZ1.951.13.13-
YUV26.22141.42144.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=44.95%
G=9.17%
B=45.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4910500.020.8000.80298.566.6711.76
Hex31A3225005012a43c
Octal6112622120012045210314
Binary11000110101100101010100000101000010010101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A32; }

 p { color: rgb(49,10,50); }

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

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

 a { background-color: rgb(49,10,50); }

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

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

 span { border-color: rgb(49,10,50); }

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