#350537

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

Shades of Mardi Gras #350537

Tints of Mardi Gras #350537

Color information

#350537 (or 0x350537) is unknown color: approx Mardi Gras. HEX triplet: 35, 05 and 37. RGB value is (53,5,55). Sum of RGB (Red+Green+Blue) = 53+5+55=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #350537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350537 is #CAFAC8. Grayscale: #181818. Windows color (decimal): -13302473 or 3605813. OLE color: 3605813.

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

Color convert

RGB53555-
CMYK0.040.9100.78
HSL297.6º83.33%11.76%-
HSV(B)297.6º90.91%21.57%-
XYZ2.211.143.72-
YUV25.05144.9147.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 55 (21.88% from 255) = 48.67%
R=46.90%
G=4.42%
B=48.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal535550.040.9100.78297.683.3311.76
Hex3553745B04E12a53c
Octal655674133011645212314
Binary11010110111011110010110110100111010010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350537; }

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

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

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

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

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

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

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

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