Html Css Color HEX #371E3C Mardi Gras

📋 copy color: '#371E3C'

red 55 ◦ green 30 ◦ blue 60

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

Shades of Mardi Gras #371E3C

Tints of Mardi Gras #371E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.69%

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 37.93%
G = 20.69%
B = 41.38%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#371E3C (or 0x371E3C) is known color: Mardi Gras. HEX triplet: 37, 1E and 3C. RGB value is (55,30,60). Sum of RGB (Red+Green+Blue) = 55+30+60=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: blue. Hex color #371E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E3C is #C8E1C3. Grayscale: #282828. Windows color (decimal): -13164996 or 3939895. OLE color: 3939895.

HSL color Cylindrical-coordinate representation of color #371E3C: hue angle of 290º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #371E3C is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 30 60 -
CMYK 0.08 0.50 0 0.76
HSL 290º 0.33% 0.18% -
HSV(B) 290º 0.5% 0.24% -
XYZ 2.86 2.07 4.52 -
YUV 40.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 55 30 60 0.08 0.50 0 0.76 290 0.33 0.18
Hex 37 1E 3C 8 32 0 4C 122 21 12
Octal 67 36 74 10 62 0 114 442 41 22
Binary 110111 11110 111100 1000 110010 0 1001100 100100010 100001 10010

Color Harmonies of #371E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E3C

Black with #371E3C

Text Example


Text Example

White with #371E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371E3C; }

 p { color: rgb(55,30,60); }

 H1.HeaderClassName
 {
   color: #371E3C;
 }
 .AnyTagClassName
 {
   color: #371E3C;
 }
</style>

background-color css

<style>
 a { background-color: #371E3C; }

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

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

border-color css

<style>
 span { border-color: #371E3C; }

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

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