#362037

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

Shades of Mardi Gras #362037

Tints of Mardi Gras #362037

Color information

#362037 (or 0x362037) is unknown color: approx Mardi Gras. HEX triplet: 36, 20 and 37. RGB value is (54,32,55). Sum of RGB (Red+Green+Blue) = 54+32+55=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #362037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362037 is #C9DFC8. Grayscale: #292929. Windows color (decimal): -13230025 or 3612726. OLE color: 3612726.

HSL color Cylindrical-coordinate representation of color #362037: hue angle of 297.39º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #362037 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB543255-
CMYK0.020.4200.78
HSL297.39º26.44%17.06%-
HSV(B)297.39º41.82%21.57%-
XYZ2.732.093.87-
YUV41.2135.79137.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=38.30%
G=22.70%
B=39.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5432550.020.4200.78297.3926.4417.06
Hex36203722A04E1291a11
Octal66406725201164513221
Binary11011010000011011110101010010011101001010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362037; }

 p { color: rgb(54,32,55); }

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

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

 a { background-color: rgb(54,32,55); }

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

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

 span { border-color: rgb(54,32,55); }

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