#351E36

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

Shades of Mardi Gras #351E36

Tints of Mardi Gras #351E36

Color information

#351E36 (or 0x351E36) is unknown color: approx Mardi Gras. HEX triplet: 35, 1E and 36. RGB value is (53,30,54). Sum of RGB (Red+Green+Blue) = 53+30+54=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 54 - color contains mainly: blue. Hex color #351E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E36 is #CAE1C9. Grayscale: #272727. Windows color (decimal): -13296074 or 3546677. OLE color: 3546677.

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

Color convert

RGB533054-
CMYK0.020.4400.79
HSL297.5º28.57%16.47%-
HSV(B)297.5º44.44%21.18%-
XYZ2.61.953.73-
YUV39.61136.12137.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 54 (21.48% from 255) = 39.42%
R=38.69%
G=21.90%
B=39.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5330540.020.4400.79297.528.5716.47
Hex351E3622C04F12a1d10
Octal65366625401174523520
Binary1101011111011011010101100010011111001010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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