#370E2F

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

Shades of Mardi Gras #370E2F

Tints of Mardi Gras #370E2F

Color information

#370E2F (or 0x370E2F) is unknown color: approx Mardi Gras. HEX triplet: 37, 0E and 2F. RGB value is (55,14,47). Sum of RGB (Red+Green+Blue) = 55+14+47=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #370E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E2F is #C8F1D0. Grayscale: #1D1D1D. Windows color (decimal): -13169105 or 3083831. OLE color: 3083831.

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

Color convert

RGB551447-
CMYK00.750.150.78
HSL311.71º59.42%13.53%-
HSV(B)311.71º74.55%21.57%-
XYZ2.251.332.83-
YUV30.02137.58145.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.41%
GREEN value IS 14 (5.86% from 255) = 12.07%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=47.41%
G=12.07%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55144700.750.150.78311.7159.4213.53
Hex37E2F04BF4E1383be
Octal6716570113171164707316
Binary110111111010111101001011111110011101001110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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