#352533

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

Shades of Mardi Gras #352533

Tints of Mardi Gras #352533

Color information

#352533 (or 0x352533) is unknown color: approx Mardi Gras. HEX triplet: 35, 25 and 33. RGB value is (53,37,51). Sum of RGB (Red+Green+Blue) = 53+37+51=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352533 is #CADACC. Grayscale: #2B2B2B. Windows color (decimal): -13294285 or 3351861. OLE color: 3351861.

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

Color convert

RGB533751-
CMYK00.300.040.79
HSL307.5º17.78%17.65%-
HSV(B)307.5º30.19%20.78%-
XYZ2.732.323.44-
YUV43.38132.3134.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 51 (20.31% from 255) = 36.17%
R=37.59%
G=26.24%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53375100.300.040.79307.517.7817.65
Hex35253301E44F1341212
Octal65456303641174642222
Binary11010110010111001101111010010011111001101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352533; }

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

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

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

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

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

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

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

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