Html Css Color HEX #370F31 Mardi Gras

📋 copy color: '#370F31'

red 55 ◦ green 15 ◦ blue 49

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

Shades of Mardi Gras #370F31

Tints of Mardi Gras #370F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.61%

 BLUE value IS 49 (19.53% from 255) = 41.18%

R = 46.22%
G = 12.61%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#370F31 (or 0x370F31) is known color: Mardi Gras. HEX triplet: 37, 0F and 31. RGB value is (55,15,49). Sum of RGB (Red+Green+Blue) = 55+15+49=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #370F31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F31 is #C8F0CE. Grayscale: #1E1E1E. Windows color (decimal): -13168847 or 3215159. OLE color: 3215159.

HSL color Cylindrical-coordinate representation of color #370F31: hue angle of 309º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F31 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 15 49 -
CMYK 0 0.73 0.11 0.78
HSL 309º 0.57% 0.14% -
HSV(B) 309º 0.73% 0.22% -
XYZ 2.3 1.38 3.05 -
YUV 30.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 55 15 49 0 0.73 0.11 0.78 309 0.57 0.14
Hex 37 F 31 0 49 B 4E 135 39 E
Octal 67 17 61 0 111 13 116 465 71 16
Binary 110111 1111 110001 0 1001001 1011 1001110 100110101 111001 1110

Color Harmonies of #370F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F31

Black with #370F31

Text Example


Text Example

White with #370F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,15,49); }

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

background-color css

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

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

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

border-color css

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

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

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