#350235

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

Shades of Mardi Gras #350235

Tints of Mardi Gras #350235

Color information

#350235 (or 0x350235) is unknown color: approx Mardi Gras. HEX triplet: 35, 02 and 35. RGB value is (53,2,53). Sum of RGB (Red+Green+Blue) = 53+2+53=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #350235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350235 is #CAFDCA. Grayscale: #161616. Windows color (decimal): -13303243 or 3473973. OLE color: 3473973.

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

Color convert

RGB53253-
CMYK00.9600.79
HSL300º92.73%10.78%-
HSV(B)300º96.23%20.78%-
XYZ2.131.063.46-
YUV23.06144.9149.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=49.07%
G=1.85%
B=49.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5325300.9600.7930092.7310.78
Hex3523506004F12c5db
Octal652650140011745413513
Binary11010110110101011000000100111110010110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350235; }

 p { color: rgb(53,2,53); }

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

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

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

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

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

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

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