#351F36

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

Shades of Mardi Gras #351F36

Tints of Mardi Gras #351F36

Color information

#351F36 (or 0x351F36) is unknown color: approx Mardi Gras. HEX triplet: 35, 1F and 36. RGB value is (53,31,54). Sum of RGB (Red+Green+Blue) = 53+31+54=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: blue. Hex color #351F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F36 is #CAE0C9. Grayscale: #282828. Windows color (decimal): -13295818 or 3546933. OLE color: 3546933.

HSL color Cylindrical-coordinate representation of color #351F36: hue angle of 297.39º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #351F36 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB533154-
CMYK0.020.4300.79
HSL297.39º27.06%16.67%-
HSV(B)297.39º42.59%21.18%-
XYZ2.6223.74-
YUV40.2135.79137.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=38.41%
G=22.46%
B=39.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331540.020.4300.79297.3927.0616.67
Hex351F3622B04F1291b11
Octal65376625301174513321
Binary1101011111111011010101011010011111001010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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