#351F39

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

Shades of Mardi Gras #351F39

Tints of Mardi Gras #351F39

Color information

#351F39 (or 0x351F39) is unknown color: approx Mardi Gras. HEX triplet: 35, 1F and 39. RGB value is (53,31,57). Sum of RGB (Red+Green+Blue) = 53+31+57=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #351F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F39 is #CAE0C6. Grayscale: #282828. Windows color (decimal): -13295815 or 3743541. OLE color: 3743541.

HSL color Cylindrical-coordinate representation of color #351F39: hue angle of 290.77º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #351F39 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB533157-
CMYK0.070.4600.78
HSL290.77º29.55%17.25%-
HSV(B)290.77º45.61%22.35%-
XYZ2.72.034.12-
YUV40.54137.29136.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=37.59%
G=21.99%
B=40.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5331570.070.4600.78290.7729.5517.25
Hex351F3972E04E1231e11
Octal65377175601164433621
Binary11010111111111001111101110010011101001000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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