#360037

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

Shades of Mardi Gras #360037

Tints of Mardi Gras #360037

Color information

#360037 (or 0x360037) is unknown color: approx Mardi Gras. HEX triplet: 36, 00 and 37. RGB value is (54,0,55). Sum of RGB (Red+Green+Blue) = 54+0+55=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #360037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360037 is #C9FFC8. Grayscale: #161616. Windows color (decimal): -13238217 or 3604534. OLE color: 3604534.

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

Color convert

RGB54055-
CMYK0.02100.78
HSL298.91º100%10.78%-
HSV(B)298.91º100%21.57%-
XYZ2.211.063.7-
YUV22.42146.39150.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 50.46%
R=49.54%
G=0%
B=50.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal540550.02100.78298.9110010.78
Hex3603726404E12b64b
Octal660672144011645314413
Binary11011001101111011001000100111010010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360037; }

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

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

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

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

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

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

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

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