#351635

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

Shades of Mardi Gras #351635

Tints of Mardi Gras #351635

Color information

#351635 (or 0x351635) is unknown color: approx Mardi Gras. HEX triplet: 35, 16 and 35. RGB value is (53,22,53). Sum of RGB (Red+Green+Blue) = 53+22+53=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #351635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351635 is #CAE9CA. Grayscale: #222222. Windows color (decimal): -13298123 or 3479093. OLE color: 3479093.

HSL color Cylindrical-coordinate representation of color #351635: hue angle of 300º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351635 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB532253-
CMYK00.5800.79
HSL300º41.33%14.71%-
HSV(B)300º58.49%20.78%-
XYZ2.41.593.55-
YUV34.8138.27140.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=41.41%
G=17.19%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53225300.5800.7930041.3314.71
Hex35163503A04F12c29f
Octal65266507201174545117
Binary110101101101101010111010010011111001011001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351635; }

 p { color: rgb(53,22,53); }

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

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

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

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

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

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

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