#350539

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

Shades of Mardi Gras #350539

Tints of Mardi Gras #350539

Color information

#350539 (or 0x350539) is unknown color: approx Mardi Gras. HEX triplet: 35, 05 and 39. RGB value is (53,5,57). Sum of RGB (Red+Green+Blue) = 53+5+57=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #350539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350539 is #CAFAC6. Grayscale: #191919. Windows color (decimal): -13302471 or 3736885. OLE color: 3736885.

HSL color Cylindrical-coordinate representation of color #350539: hue angle of 295.38º degrees, saturation: 0.84, 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 #350539 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53557-
CMYK0.070.9100.78
HSL295.38º83.87%12.16%-
HSV(B)295.38º91.23%22.35%-
XYZ2.261.163.98-
YUV25.28145.9147.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=46.09%
G=4.35%
B=49.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal535570.070.9100.78295.3883.8712.16
Hex3553975B04E12754c
Octal655717133011644712414
Binary11010110111100111110110110100111010010011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350539; }

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

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

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

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

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

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

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

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