#310A33

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

Shades of Mardi Gras #310A33

Tints of Mardi Gras #310A33

Color information

#310A33 (or 0x310A33) is unknown color: approx Mardi Gras. HEX triplet: 31, 0A and 33. RGB value is (49,10,51). Sum of RGB (Red+Green+Blue) = 49+10+51=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #310A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A33 is #CEF5CC. Grayscale: #1A1A1A. Windows color (decimal): -13563341 or 3344945. OLE color: 3344945.

HSL color Cylindrical-coordinate representation of color #310A33: hue angle of 297.07º 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 #310A33 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB491051-
CMYK0.040.8000.8
HSL297.07º67.21%11.96%-
HSV(B)297.07º80.39%20%-
XYZ1.971.113.24-
YUV26.34141.92144.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 10 (4.30% from 255) = 9.09%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=44.55%
G=9.09%
B=46.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4910510.040.8000.8297.0767.2111.96
Hex31A3345005012943c
Octal6112634120012045110314
Binary110001101011001110010100000101000010010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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