#312030

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

Shades of Mardi Gras #312030

Tints of Mardi Gras #312030

Color information

#312030 (or 0x312030) is unknown color: approx Mardi Gras. HEX triplet: 31, 20 and 30. RGB value is (49,32,48). Sum of RGB (Red+Green+Blue) = 49+32+48=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312030 is #CEDFCF. Grayscale: #262626. Windows color (decimal): -13557712 or 3153969. OLE color: 3153969.

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

Color convert

RGB493248-
CMYK00.350.020.81
HSL303.53º20.99%15.88%-
HSV(B)303.53º34.69%19.22%-
XYZ2.321.93.04-
YUV38.91133.13135.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=37.98%
G=24.81%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49324800.350.020.81303.5320.9915.88
Hex3120300232511301510
Octal61406004321214602520
Binary11000110000011000001000111010100011001100001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312030; }

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

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

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

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

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

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

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

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