#332232

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

Shades of Mardi Gras #332232

Tints of Mardi Gras #332232

Color information

#332232 (or 0x332232) is unknown color: approx Mardi Gras. HEX triplet: 33, 22 and 32. RGB value is (51,34,50). Sum of RGB (Red+Green+Blue) = 51+34+50=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 51 - color contains mainly: red. Hex color #332232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332232 is #CCDDCD. Grayscale: #282828. Windows color (decimal): -13426126 or 3285555. OLE color: 3285555.

HSL color Cylindrical-coordinate representation of color #332232: hue angle of 303.53º 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 #332232 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB513450-
CMYK00.330.020.8
HSL303.53º20%16.67%-
HSV(B)303.53º33.33%20%-
XYZ2.512.083.29-
YUV40.91133.13135.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.78%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=37.78%
G=25.19%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51345000.330.020.8303.532016.67
Hex3322320212501301411
Octal63426204121204602421
Binary11001110001011001001000011010100001001100001010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332232; }

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

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

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

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

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

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

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

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