#351C34

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

Shades of Mardi Gras #351C34

Tints of Mardi Gras #351C34

Color information

#351C34 (or 0x351C34) is unknown color: approx Mardi Gras. HEX triplet: 35, 1C and 34. RGB value is (53,28,52). Sum of RGB (Red+Green+Blue) = 53+28+52=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #351C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C34 is #CAE3CB. Grayscale: #262626. Windows color (decimal): -13296588 or 3415093. OLE color: 3415093.

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

Color convert

RGB532852-
CMYK00.470.020.79
HSL302.4º30.86%15.88%-
HSV(B)302.4º47.17%20.78%-
XYZ2.51.843.47-
YUV38.21135.78138.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 52 (20.70% from 255) = 39.10%
R=39.85%
G=21.05%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53285200.470.020.79302.430.8615.88
Hex351C3402F24F12e1f10
Octal65346405721174563720
Binary1101011110011010001011111010011111001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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