Html Css Color HEX #371D3C Mardi Gras

📋 copy color: '#371D3C'

red 55 ◦ green 29 ◦ blue 60

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

Shades of Mardi Gras #371D3C

Tints of Mardi Gras #371D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.14%

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

R = 38.19%
G = 20.14%
B = 41.67%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#371D3C (or 0x371D3C) is known color: Mardi Gras. HEX triplet: 37, 1D and 3C. RGB value is (55,29,60). Sum of RGB (Red+Green+Blue) = 55+29+60=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #371D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D3C is #C8E2C3. Grayscale: #282828. Windows color (decimal): -13165252 or 3939639. OLE color: 3939639.

HSL color Cylindrical-coordinate representation of color #371D3C: hue angle of 290.32º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #371D3C is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 29 60 -
CMYK 0.08 0.52 0 0.76
HSL 290.32º 0.35% 0.17% -
HSV(B) 290.32º 0.52% 0.24% -
XYZ 2.83 2.02 4.52 -
YUV 40.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 55 29 60 0.08 0.52 0 0.76 290.32 0.35 0.17
Hex 37 1D 3C 8 34 0 4C 122 23 11
Octal 67 35 74 10 64 0 114 442 43 21
Binary 110111 11101 111100 1000 110100 0 1001100 100100010 100011 10001

Color Harmonies of #371D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D3C

Black with #371D3C

Text Example


Text Example

White with #371D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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