#361937

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

Shades of Mardi Gras #361937

Tints of Mardi Gras #361937

Color information

#361937 (or 0x361937) is unknown color: approx Mardi Gras. HEX triplet: 36, 19 and 37. RGB value is (54,25,55). Sum of RGB (Red+Green+Blue) = 54+25+55=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #361937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361937 is #C9E6C8. Grayscale: #252525. Windows color (decimal): -13231817 or 3610934. OLE color: 3610934.

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

Color convert

RGB542555-
CMYK0.020.5500.78
HSL298º37.5%15.69%-
HSV(B)298º54.55%21.57%-
XYZ2.561.763.82-
YUV37.09138.11140.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 55 (21.88% from 255) = 41.04%
R=40.30%
G=18.66%
B=41.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5425550.020.5500.7829837.515.69
Hex36193723704E12a2610
Octal66316726701164524620
Binary11011011001110111101101110100111010010101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361937; }

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

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

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

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

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

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

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

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