#312430

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

Shades of Mardi Gras #312430

Tints of Mardi Gras #312430

Color information

#312430 (or 0x312430) is unknown color: approx Mardi Gras. HEX triplet: 31, 24 and 30. RGB value is (49,36,48). Sum of RGB (Red+Green+Blue) = 49+36+48=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #312430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312430 is #CEDBCF. Grayscale: #292929. Windows color (decimal): -13556688 or 3154993. OLE color: 3154993.

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

Color convert

RGB493648-
CMYK00.270.020.81
HSL304.62º15.29%16.67%-
HSV(B)304.62º26.53%19.22%-
XYZ2.432.133.08-
YUV41.26131.81133.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 36 (14.45% from 255) = 27.07%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=36.84%
G=27.07%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49364800.270.020.81304.6215.2916.67
Hex31243001B251131f11
Octal61446003321214611721
Binary110001100100110000011011101010001100110001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312430; }

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

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

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

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

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

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

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

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