#360537

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

Shades of Mardi Gras #360537

Tints of Mardi Gras #360537

Color information

#360537 (or 0x360537) is unknown color: approx Mardi Gras. HEX triplet: 36, 05 and 37. RGB value is (54,5,55). Sum of RGB (Red+Green+Blue) = 54+5+55=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #360537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360537 is #C9FAC8. Grayscale: #191919. Windows color (decimal): -13236937 or 3605814. OLE color: 3605814.

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

Color convert

RGB54555-
CMYK0.020.9100.78
HSL298.8º83.33%11.76%-
HSV(B)298.8º90.91%21.57%-
XYZ2.271.173.72-
YUV25.35144.73148.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 55 (21.88% from 255) = 48.25%
R=47.37%
G=4.39%
B=48.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal545550.020.9100.78298.883.3311.76
Hex3653725B04E12b53c
Octal665672133011645312314
Binary1101101011101111010110110100111010010101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360537; }

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

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

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

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

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

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

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

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