#332231

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

Shades of Mardi Gras #332231

Tints of Mardi Gras #332231

Color information

#332231 (or 0x332231) is unknown color: approx Mardi Gras. HEX triplet: 33, 22 and 31. RGB value is (51,34,49). Sum of RGB (Red+Green+Blue) = 51+34+49=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #332231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332231 is #CCDDCE. Grayscale: #282828. Windows color (decimal): -13426127 or 3220019. OLE color: 3220019.

HSL color Cylindrical-coordinate representation of color #332231: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #332231 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB513449-
CMYK00.330.040.8
HSL307.06º20%16.67%-
HSV(B)307.06º33.33%20%-
XYZ2.492.073.17-
YUV40.79132.63135.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.06%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=38.06%
G=25.37%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51344900.330.040.8307.062016.67
Hex3322310214501331411
Octal63426104141204632421
Binary110011100010110001010000110010100001001100111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332231; }

 p { color: rgb(51,34,49); }

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

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

 a { background-color: rgb(51,34,49); }

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

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

 span { border-color: rgb(51,34,49); }

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