#332534

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

Shades of Mardi Gras #332534

Tints of Mardi Gras #332534

Color information

#332534 (or 0x332534) is unknown color: approx Mardi Gras. HEX triplet: 33, 25 and 34. RGB value is (51,37,52). Sum of RGB (Red+Green+Blue) = 51+37+52=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 52 - color contains mainly: blue. Hex color #332534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332534 is #CCDACB. Grayscale: #2A2A2A. Windows color (decimal): -13425356 or 3417395. OLE color: 3417395.

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

Color convert

RGB513752-
CMYK0.020.2900.80
HSL296º16.85%17.45%-
HSV(B)296º28.85%20.39%-
XYZ2.652.273.55-
YUV42.9133.14133.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=36.43%
G=26.43%
B=37.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5137520.020.2900.8029616.8517.45
Hex33253421D0501281111
Octal63456423501204502121
Binary1100111001011101001011101010100001001010001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332534; }

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

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

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

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

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

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

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

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