#370E36

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

Shades of Mardi Gras #370E36

Tints of Mardi Gras #370E36

Color information

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

HSL color Cylindrical-coordinate representation of color #370E36: hue angle of 301.46º 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 #370E36 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB551454-
CMYK00.750.020.78
HSL301.46º59.42%13.53%-
HSV(B)301.46º74.55%21.57%-
XYZ2.41.393.63-
YUV30.82141.08145.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55145400.750.020.78301.4659.4213.53
Hex37E3604B24E12d3be
Octal671666011321164557316
Binary1101111110110110010010111010011101001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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