#352738

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

Shades of Mardi Gras #352738

Tints of Mardi Gras #352738

Color information

#352738 (or 0x352738) is unknown color: approx Mardi Gras. HEX triplet: 35, 27 and 38. RGB value is (53,39,56). Sum of RGB (Red+Green+Blue) = 53+39+56=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #352738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352738 is #CAD8C7. Grayscale: #2D2D2D. Windows color (decimal): -13293768 or 3680053. OLE color: 3680053.

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

Color convert

RGB533956-
CMYK0.050.3000.78
HSL289.41º17.89%18.63%-
HSV(B)289.41º30.36%21.96%-
XYZ2.912.494.07-
YUV45.12134.14133.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=35.81%
G=26.35%
B=37.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5339560.050.3000.78289.4117.8918.63
Hex35273851E04E1211213
Octal65477053601164412223
Binary11010110011111100010111110010011101001000011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352738; }

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

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

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

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

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

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

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

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