Html Css Color HEX #370E37 Mardi Gras

📋 copy color: '#370E37'

red 55 ◦ green 14 ◦ blue 55

#370E37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #370E37

Tints of Mardi Gras #370E37

RGB

 RED value IS 55 (21.88% from 255) = 44.35%

 GREEN value IS 14 (5.86% from 255) = 11.29%

 BLUE value IS 55 (21.88% from 255) = 44.35%

R = 44.35%
G = 11.29%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#370E37 (or 0x370E37) is known color: Mardi Gras. HEX triplet: 37, 0E and 37. RGB value is (55,14,55). Sum of RGB (Red+Green+Blue) = 55+14+55=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: red, blue. Hex color #370E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E37 is #C8F1C8. Grayscale: #1E1E1E. Windows color (decimal): -13169097 or 3608119. OLE color: 3608119.

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

Color convert

RGB 55 14 55 -
CMYK 0 0.75 0 0.78
HSL 300º 0.59% 0.14% -
HSV(B) 300º 0.75% 0.22% -
XYZ 2.42 1.4 3.76 -
YUV 30.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 55 14 55 0 0.75 0 0.78 300 0.59 0.14
Hex 37 E 37 0 4B 0 4E 12C 3B E
Octal 67 16 67 0 113 0 116 454 73 16
Binary 110111 1110 110111 0 1001011 0 1001110 100101100 111011 1110

Color Harmonies of #370E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E37

Black with #370E37

Text Example


Text Example

White with #370E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #370E37;
 }
 .AnyTagClassName
 {
   color: #370E37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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