#362535

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

Shades of Mardi Gras #362535

Tints of Mardi Gras #362535

Color information

#362535 (or 0x362535) is unknown color: approx Mardi Gras. HEX triplet: 36, 25 and 35. RGB value is (54,37,53). Sum of RGB (Red+Green+Blue) = 54+37+53=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #362535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362535 is #C9DACA. Grayscale: #2B2B2B. Windows color (decimal): -13228747 or 3482934. OLE color: 3482934.

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

Color convert

RGB543753-
CMYK00.310.020.79
HSL303.53º18.68%17.84%-
HSV(B)303.53º31.48%21.18%-
XYZ2.832.363.68-
YUV43.91133.13135.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=37.5%
G=25.69%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54375300.310.020.79303.5318.6817.84
Hex36253501F24F1301312
Octal66456503721174602322
Binary1101101001011101010111111010011111001100001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362535; }

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

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

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

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

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

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

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

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