#332434

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

Shades of Mardi Gras #332434

Tints of Mardi Gras #332434

Color information

#332434 (or 0x332434) is unknown color: approx Mardi Gras. HEX triplet: 33, 24 and 34. RGB value is (51,36,52). Sum of RGB (Red+Green+Blue) = 51+36+52=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 52 - color contains mainly: blue. Hex color #332434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332434 is #CCDBCB. Grayscale: #2A2A2A. Windows color (decimal): -13425612 or 3417139. OLE color: 3417139.

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

Color convert

RGB513652-
CMYK0.020.3100.80
HSL296.25º18.18%17.25%-
HSV(B)296.25º30.77%20.39%-
XYZ2.622.213.54-
YUV42.31133.47134.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=36.69%
G=25.90%
B=37.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5136520.020.3100.80296.2518.1817.25
Hex33243421F0501281211
Octal63446423701204502221
Binary1100111001001101001011111010100001001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332434; }

 p { color: rgb(51,36,52); }

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

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

 a { background-color: rgb(51,36,52); }

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

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

 span { border-color: rgb(51,36,52); }

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