#360E37

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

Shades of Mardi Gras #360E37

Tints of Mardi Gras #360E37

Color information

#360E37 (or 0x360E37) is unknown color: approx Mardi Gras. HEX triplet: 36, 0E and 37. RGB value is (54,14,55). Sum of RGB (Red+Green+Blue) = 54+14+55=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #360E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E37 is #C9F1C8. Grayscale: #1E1E1E. Windows color (decimal): -13234633 or 3608118. OLE color: 3608118.

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

Color convert

RGB541455-
CMYK0.020.7500.78
HSL298.54º59.42%13.53%-
HSV(B)298.54º74.55%21.57%-
XYZ2.371.373.75-
YUV30.63141.75144.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 14 (5.86% from 255) = 11.38%
BLUE value IS 55 (21.88% from 255) = 44.72%
R=43.90%
G=11.38%
B=44.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5414550.020.7500.78298.5459.4213.53
Hex36E3724B04E12b3be
Octal661667211301164537316
Binary1101101110110111101001011010011101001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360E37; }

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

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

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

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

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

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

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

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