#350531

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

Shades of Mardi Gras #350531

Tints of Mardi Gras #350531

Color information

#350531 (or 0x350531) is unknown color: approx Mardi Gras. HEX triplet: 35, 05 and 31. RGB value is (53,5,49). Sum of RGB (Red+Green+Blue) = 53+5+49=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #350531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350531 is #CAFACE. Grayscale: #181818. Windows color (decimal): -13302479 or 3212597. OLE color: 3212597.

HSL color Cylindrical-coordinate representation of color #350531: hue angle of 305º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350531 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB53549-
CMYK00.910.080.79
HSL305º82.76%11.37%-
HSV(B)305º90.57%20.78%-
XYZ2.081.093.01-
YUV24.37141.9148.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 49 (19.53% from 255) = 45.79%
R=49.53%
G=4.67%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354900.910.080.7930582.7611.37
Hex3553105B84F13153b
Octal6556101331011746112313
Binary110101101110001010110111000100111110011000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350531; }

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

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

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

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

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

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

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

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