#360437

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

Shades of Mardi Gras #360437

Tints of Mardi Gras #360437

Color information

#360437 (or 0x360437) is unknown color: approx Mardi Gras. HEX triplet: 36, 04 and 37. RGB value is (54,4,55). Sum of RGB (Red+Green+Blue) = 54+4+55=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #360437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360437 is #C9FBC8. Grayscale: #181818. Windows color (decimal): -13237193 or 3605558. OLE color: 3605558.

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

Color convert

RGB54455-
CMYK0.020.9300.78
HSL298.82º86.44%11.57%-
HSV(B)298.82º92.73%21.57%-
XYZ2.251.153.72-
YUV24.76145.06148.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 55 (21.88% from 255) = 48.67%
R=47.79%
G=3.54%
B=48.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal544550.020.9300.78298.8286.4411.57
Hex3643725D04E12b56c
Octal664672135011645312614
Binary1101101001101111010111010100111010010101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360437; }

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

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

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

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

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

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

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

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