#352337

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

Shades of Mardi Gras #352337

Tints of Mardi Gras #352337

Color information

#352337 (or 0x352337) is unknown color: approx Mardi Gras. HEX triplet: 35, 23 and 37. RGB value is (53,35,55). Sum of RGB (Red+Green+Blue) = 53+35+55=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 55 - color contains mainly: blue. Hex color #352337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352337 is #CADCC8. Grayscale: #2A2A2A. Windows color (decimal): -13294793 or 3613493. OLE color: 3613493.

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

Color convert

RGB533555-
CMYK0.040.3600.78
HSL294º22.22%17.65%-
HSV(B)294º36.36%21.57%-
XYZ2.762.233.9-
YUV42.66134.96135.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=37.06%
G=24.48%
B=38.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5335550.040.3600.7829422.2217.65
Hex35233742404E1261612
Octal65436744401164462622
Binary110101100011110111100100100010011101001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352337; }

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

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

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

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

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

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

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

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