#310A30

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

Shades of Mardi Gras #310A30

Tints of Mardi Gras #310A30

Color information

#310A30 (or 0x310A30) is unknown color: approx Mardi Gras. HEX triplet: 31, 0A and 30. RGB value is (49,10,48). Sum of RGB (Red+Green+Blue) = 49+10+48=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #310A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A30 is #CEF5CF. Grayscale: #191919. Windows color (decimal): -13563344 or 3148337. OLE color: 3148337.

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

Color convert

RGB491048-
CMYK00.800.020.81
HSL301.54º66.1%11.57%-
HSV(B)301.54º79.59%19.22%-
XYZ1.911.082.9-
YUV25.99140.42144.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 48 (19.14% from 255) = 44.86%
R=45.79%
G=9.35%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49104800.800.020.81301.5466.111.57
Hex31A3005025112e42c
Octal6112600120212145610214
Binary11000110101100000101000010101000110010111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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