Html Css Color HEX #371A3C Mardi Gras

📋 copy color: '#371A3C'

red 55 ◦ green 26 ◦ blue 60

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

Shades of Mardi Gras #371A3C

Tints of Mardi Gras #371A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.44%

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

R = 39.01%
G = 18.44%
B = 42.55%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#371A3C (or 0x371A3C) is known color: Mardi Gras. HEX triplet: 37, 1A and 3C. RGB value is (55,26,60). Sum of RGB (Red+Green+Blue) = 55+26+60=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #371A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A3C is #C8E5C3. Grayscale: #262626. Windows color (decimal): -13166020 or 3938871. OLE color: 3938871.

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

Color convert

RGB 55 26 60 -
CMYK 0.08 0.57 0 0.76
HSL 291.18º 0.4% 0.17% -
HSV(B) 291.18º 0.57% 0.24% -
XYZ 2.76 1.88 4.49 -
YUV 38.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 55 26 60 0.08 0.57 0 0.76 291.18 0.4 0.17
Hex 37 1A 3C 8 39 0 4C 123 28 11
Octal 67 32 74 10 71 0 114 443 50 21
Binary 110111 11010 111100 1000 111001 0 1001100 100100011 101000 10001

Color Harmonies of #371A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A3C

Black with #371A3C

Text Example


Text Example

White with #371A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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