#362635

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

Shades of Mardi Gras #362635

Tints of Mardi Gras #362635

Color information

#362635 (or 0x362635) is unknown color: approx Mardi Gras. HEX triplet: 36, 26 and 35. RGB value is (54,38,53). Sum of RGB (Red+Green+Blue) = 54+38+53=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #362635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362635 is #C9D9CA. Grayscale: #2C2C2C. Windows color (decimal): -13228491 or 3483190. OLE color: 3483190.

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

Color convert

RGB543853-
CMYK00.300.020.79
HSL303.75º17.39%18.04%-
HSV(B)303.75º29.63%21.18%-
XYZ2.862.433.69-
YUV44.49132.8134.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=37.24%
G=26.21%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54385300.300.020.79303.7517.3918.04
Hex36263501E24F1301112
Octal66466503621174602122
Binary1101101001101101010111101010011111001100001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362635; }

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

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

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

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

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

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

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

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