#352636

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

Shades of Mardi Gras #352636

Tints of Mardi Gras #352636

Color information

#352636 (or 0x352636) is unknown color: approx Mardi Gras. HEX triplet: 35, 26 and 36. RGB value is (53,38,54). Sum of RGB (Red+Green+Blue) = 53+38+54=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 54 - color contains mainly: blue. Hex color #352636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352636 is #CAD9C9. Grayscale: #2C2C2C. Windows color (decimal): -13294026 or 3548725. OLE color: 3548725.

HSL color Cylindrical-coordinate representation of color #352636: hue angle of 296.25º degrees, saturation: 0.17, 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 #352636 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB533854-
CMYK0.020.3000.79
HSL296.25º17.39%18.04%-
HSV(B)296.25º29.63%21.18%-
XYZ2.832.413.81-
YUV44.31133.47134.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=36.55%
G=26.21%
B=37.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5338540.020.3000.79296.2517.3918.04
Hex35263621E04F1281112
Octal65466623601174502122
Binary1101011001101101101011110010011111001010001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352636; }

 p { color: rgb(53,38,54); }

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

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

 a { background-color: rgb(53,38,54); }

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

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

 span { border-color: rgb(53,38,54); }

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