#331832

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

Shades of Mardi Gras #331832

Tints of Mardi Gras #331832

Color information

#331832 (or 0x331832) is unknown color: approx Mardi Gras. HEX triplet: 33, 18 and 32. RGB value is (51,24,50). Sum of RGB (Red+Green+Blue) = 51+24+50=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #331832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331832 is #CCE7CD. Grayscale: #222222. Windows color (decimal): -13428686 or 3282995. OLE color: 3282995.

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

Color convert

RGB512450-
CMYK00.530.020.8
HSL302.22º36%14.71%-
HSV(B)302.22º52.94%20%-
XYZ2.271.593.2-
YUV35.04136.45139.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 50 (19.92% from 255) = 40%
R=40.8%
G=19.2%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51245000.530.020.8302.223614.71
Hex33183203525012e24f
Octal63306206521204564417
Binary1100111100011001001101011010100001001011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331832; }

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

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

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

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

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

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

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

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