#370E3B

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

Shades of Mardi Gras #370E3B

Tints of Mardi Gras #370E3B

Color information

#370E3B (or 0x370E3B) is unknown color: approx Mardi Gras. HEX triplet: 37, 0E and 3B. RGB value is (55,14,59). Sum of RGB (Red+Green+Blue) = 55+14+59=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #370E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E3B is #C8F1C4. Grayscale: #1F1F1F. Windows color (decimal): -13169093 or 3870263. OLE color: 3870263.

HSL color Cylindrical-coordinate representation of color #370E3B: hue angle of 294.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370E3B is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB551459-
CMYK0.070.7600.77
HSL294.67º61.64%14.31%-
HSV(B)294.67º76.27%23.14%-
XYZ2.521.444.28-
YUV31.39143.58144.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 14 (5.86% from 255) = 10.94%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=42.97%
G=10.94%
B=46.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5514590.070.7600.77294.6761.6414.31
Hex37E3B74C04D1273ee
Octal671673711401154477616
Binary11011111101110111111001100010011011001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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