#351F35

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

Shades of Mardi Gras #351F35

Tints of Mardi Gras #351F35

Color information

#351F35 (or 0x351F35) is unknown color: approx Mardi Gras. HEX triplet: 35, 1F and 35. RGB value is (53,31,53). Sum of RGB (Red+Green+Blue) = 53+31+53=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #351F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F35 is #CAE0CA. Grayscale: #282828. Windows color (decimal): -13295819 or 3481397. OLE color: 3481397.

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

Color convert

RGB533153-
CMYK00.4200.79
HSL300º26.19%16.47%-
HSV(B)300º41.51%20.78%-
XYZ2.61.993.62-
YUV40.09135.29137.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=38.69%
G=22.63%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53315300.4200.7930026.1916.47
Hex351F3502A04F12c1a10
Octal65376505201174543220
Binary110101111111101010101010010011111001011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351F35; }

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

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

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

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

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

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

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

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