Html Css Color HEX #371A39 Mardi Gras

📋 copy color: '#371A39'

red 55 ◦ green 26 ◦ blue 57

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

Shades of Mardi Gras #371A39

Tints of Mardi Gras #371A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 41.3%

R = 39.86%
G = 18.84%
B = 41.3%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#371A39 (or 0x371A39) is known color: Mardi Gras. HEX triplet: 37, 1A and 39. RGB value is (55,26,57). Sum of RGB (Red+Green+Blue) = 55+26+57=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #371A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A39 is #C8E5C6. Grayscale: #262626. Windows color (decimal): -13166023 or 3742263. OLE color: 3742263.

HSL color Cylindrical-coordinate representation of color #371A39: hue angle of 296.13º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #371A39 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 26 57 -
CMYK 0.04 0.54 0 0.78
HSL 296.13º 0.37% 0.16% -
HSV(B) 296.13º 0.54% 0.22% -
XYZ 2.68 1.85 4.09 -
YUV 38.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 55 26 57 0.04 0.54 0 0.78 296.13 0.37 0.16
Hex 37 1A 39 4 36 0 4E 128 25 10
Octal 67 32 71 4 66 0 116 450 45 20
Binary 110111 11010 111001 100 110110 0 1001110 100101000 100101 10000

Color Harmonies of #371A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A39

Black with #371A39

Text Example


Text Example

White with #371A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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