#351536

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

Shades of Mardi Gras #351536

Tints of Mardi Gras #351536

Color information

#351536 (or 0x351536) is unknown color: approx Mardi Gras. HEX triplet: 35, 15 and 36. RGB value is (53,21,54). Sum of RGB (Red+Green+Blue) = 53+21+54=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #351536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351536 is #CAEAC9. Grayscale: #222222. Windows color (decimal): -13298378 or 3544373. OLE color: 3544373.

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

Color convert

RGB532154-
CMYK0.020.6100.79
HSL298.18º44%14.71%-
HSV(B)298.18º61.11%21.18%-
XYZ2.41.563.66-
YUV34.33139.1141.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=41.41%
G=16.41%
B=42.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5321540.020.6100.79298.184414.71
Hex35153623D04F12a2cf
Octal65256627501174525417
Binary1101011010111011010111101010011111001010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351536; }

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

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

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

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

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

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

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

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