#361E36

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

Shades of Mardi Gras #361E36

Tints of Mardi Gras #361E36

Color information

#361E36 (or 0x361E36) is unknown color: approx Mardi Gras. HEX triplet: 36, 1E and 36. RGB value is (54,30,54). Sum of RGB (Red+Green+Blue) = 54+30+54=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #361E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E36 is #C9E1C9. Grayscale: #272727. Windows color (decimal): -13230538 or 3546678. OLE color: 3546678.

HSL color Cylindrical-coordinate representation of color #361E36: hue angle of 300º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #361E36 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB543054-
CMYK00.4400.79
HSL300º28.57%16.47%-
HSV(B)300º44.44%21.18%-
XYZ2.651.983.73-
YUV39.91135.95138.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=39.13%
G=21.74%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54305400.4400.7930028.5716.47
Hex361E3602C04F12c1d10
Octal66366605401174543520
Binary110110111101101100101100010011111001011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361E36; }

 p { color: rgb(54,30,54); }

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

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

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

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

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

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

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