#312135

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

Shades of Mardi Gras #312135

Tints of Mardi Gras #312135

Color information

#312135 (or 0x312135) is unknown color: approx Mardi Gras. HEX triplet: 31, 21 and 35. RGB value is (49,33,53). Sum of RGB (Red+Green+Blue) = 49+33+53=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #312135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312135 is #CEDECA. Grayscale: #282828. Windows color (decimal): -13557451 or 3481905. OLE color: 3481905.

HSL color Cylindrical-coordinate representation of color #312135: hue angle of 288º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #312135 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB493353-
CMYK0.080.3800.79
HSL288º23.26%16.86%-
HSV(B)288º37.74%20.78%-
XYZ2.4523.62-
YUV40.06135.3134.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 53 (21.09% from 255) = 39.26%
R=36.30%
G=24.44%
B=39.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4933530.080.3800.7928823.2616.86
Hex31213582604F1201711
Octal614165104601174402721
Binary1100011000011101011000100110010011111001000001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312135; }

 p { color: rgb(49,33,53); }

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

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

 a { background-color: rgb(49,33,53); }

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

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

 span { border-color: rgb(49,33,53); }

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