#351C36

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

Shades of Mardi Gras #351C36

Tints of Mardi Gras #351C36

Color information

#351C36 (or 0x351C36) is unknown color: approx Mardi Gras. HEX triplet: 35, 1C and 36. RGB value is (53,28,54). Sum of RGB (Red+Green+Blue) = 53+28+54=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #351C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C36 is #CAE3C9. Grayscale: #262626. Windows color (decimal): -13296586 or 3546165. OLE color: 3546165.

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

Color convert

RGB532854-
CMYK0.020.4800.79
HSL297.69º31.71%16.08%-
HSV(B)297.69º48.15%21.18%-
XYZ2.551.853.71-
YUV38.44136.78138.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 28 (11.33% from 255) = 20.74%
BLUE value IS 54 (21.48% from 255) = 40%
R=39.26%
G=20.74%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5328540.020.4800.79297.6931.7116.08
Hex351C3623004F12a2010
Octal65346626001174524020
Binary11010111100110110101100000100111110010101010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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