#331932

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

Shades of Mardi Gras #331932

Tints of Mardi Gras #331932

Color information

#331932 (or 0x331932) is unknown color: approx Mardi Gras. HEX triplet: 33, 19 and 32. RGB value is (51,25,50). Sum of RGB (Red+Green+Blue) = 51+25+50=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #331932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331932 is #CCE6CD. Grayscale: #232323. Windows color (decimal): -13428430 or 3283251. OLE color: 3283251.

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

Color convert

RGB512550-
CMYK00.510.020.8
HSL302.31º34.21%14.9%-
HSV(B)302.31º50.98%20%-
XYZ2.291.633.21-
YUV35.62136.11138.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.48%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 50 (19.92% from 255) = 39.68%
R=40.48%
G=19.84%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51255000.510.020.8302.3134.2114.9
Hex33193203325012e22f
Octal63316206321204564217
Binary1100111100111001001100111010100001001011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331932; }

 p { color: rgb(51,25,50); }

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

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

 a { background-color: rgb(51,25,50); }

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

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

 span { border-color: rgb(51,25,50); }

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