#352734

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

Shades of Mardi Gras #352734

Tints of Mardi Gras #352734

Color information

#352734 (or 0x352734) is unknown color: approx Mardi Gras. HEX triplet: 35, 27 and 34. RGB value is (53,39,52). Sum of RGB (Red+Green+Blue) = 53+39+52=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #352734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352734 is #CAD8CB. Grayscale: #2C2C2C. Windows color (decimal): -13293772 or 3417909. OLE color: 3417909.

HSL color Cylindrical-coordinate representation of color #352734: hue angle of 304.29º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #352734 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB533952-
CMYK00.260.020.79
HSL304.29º15.22%18.04%-
HSV(B)304.29º26.42%20.78%-
XYZ2.812.463.57-
YUV44.67132.14133.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.81%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=36.81%
G=27.08%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53395200.260.020.79304.2915.2218.04
Hex35273401A24F130f12
Octal65476403221174601722
Binary110101100111110100011010101001111100110000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352734; }

 p { color: rgb(53,39,52); }

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

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

 a { background-color: rgb(53,39,52); }

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

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

 span { border-color: rgb(53,39,52); }

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