#351935

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

Shades of Mardi Gras #351935

Tints of Mardi Gras #351935

Color information

#351935 (or 0x351935) is unknown color: approx Mardi Gras. HEX triplet: 35, 19 and 35. RGB value is (53,25,53). Sum of RGB (Red+Green+Blue) = 53+25+53=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #351935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351935 is #CAE6CA. Grayscale: #242424. Windows color (decimal): -13297355 or 3479861. OLE color: 3479861.

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

Color convert

RGB532553-
CMYK00.5300.79
HSL300º35.9%15.29%-
HSV(B)300º52.83%20.78%-
XYZ2.461.713.57-
YUV36.56137.28139.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=40.46%
G=19.08%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53255300.5300.7930035.915.29
Hex35193503504F12c24f
Octal65316506501174544417
Binary110101110011101010110101010011111001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351935; }

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

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

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

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

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

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

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

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