#351D36

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

Shades of Mardi Gras #351D36

Tints of Mardi Gras #351D36

Color information

#351D36 (or 0x351D36) is unknown color: approx Mardi Gras. HEX triplet: 35, 1D and 36. RGB value is (53,29,54). Sum of RGB (Red+Green+Blue) = 53+29+54=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 54 - color contains mainly: blue. Hex color #351D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D36 is #CAE2C9. Grayscale: #262626. Windows color (decimal): -13296330 or 3546421. OLE color: 3546421.

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

Color convert

RGB532954-
CMYK0.020.4600.79
HSL297.6º30.12%16.27%-
HSV(B)297.6º46.3%21.18%-
XYZ2.571.93.72-
YUV39.03136.45137.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 54 (21.48% from 255) = 39.71%
R=38.97%
G=21.32%
B=39.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5329540.020.4600.79297.630.1216.27
Hex351D3622E04F12a1e10
Octal65356625601174523620
Binary1101011110111011010101110010011111001010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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