#352637

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

Shades of Mardi Gras #352637

Tints of Mardi Gras #352637

Color information

#352637 (or 0x352637) is unknown color: approx Mardi Gras. HEX triplet: 35, 26 and 37. RGB value is (53,38,55). Sum of RGB (Red+Green+Blue) = 53+38+55=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #352637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352637 is #CAD9C8. Grayscale: #2C2C2C. Windows color (decimal): -13294025 or 3614261. OLE color: 3614261.

HSL color Cylindrical-coordinate representation of color #352637: hue angle of 292.94º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #352637 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB533855-
CMYK0.040.3100.78
HSL292.94º18.28%18.24%-
HSV(B)292.94º30.91%21.57%-
XYZ2.852.423.93-
YUV44.42133.97134.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 55 (21.88% from 255) = 37.67%
R=36.30%
G=26.03%
B=37.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5338550.040.3100.78292.9418.2818.24
Hex35263741F04E1251212
Octal65466743701164452222
Binary11010110011011011110011111010011101001001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352637; }

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

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

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

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

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

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

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

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