#311832

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

Shades of Mardi Gras #311832

Tints of Mardi Gras #311832

Color information

#311832 (or 0x311832) is unknown color: approx Mardi Gras. HEX triplet: 31, 18 and 32. RGB value is (49,24,50). Sum of RGB (Red+Green+Blue) = 49+24+50=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 50 - color contains mainly: blue. Hex color #311832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311832 is #CEE7CD. Grayscale: #222222. Windows color (decimal): -13559758 or 3282993. OLE color: 3282993.

HSL color Cylindrical-coordinate representation of color #311832: hue angle of 297.69º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #311832 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB492450-
CMYK0.020.5200.80
HSL297.69º35.14%14.51%-
HSV(B)297.69º52%19.61%-
XYZ2.171.543.2-
YUV34.44136.78138.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 50 (19.92% from 255) = 40.65%
R=39.84%
G=19.51%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4924500.020.5200.80297.6935.1414.51
Hex31183223405012a23f
Octal61306226401204524317
Binary1100011100011001010110100010100001001010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311832; }

 p { color: rgb(49,24,50); }

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

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

 a { background-color: rgb(49,24,50); }

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

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

 span { border-color: rgb(49,24,50); }

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