Html Css Color HEX #371439 Mardi Gras

📋 copy color: '#371439'

red 55 ◦ green 20 ◦ blue 57

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

Shades of Mardi Gras #371439

Tints of Mardi Gras #371439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 41.67%
G = 15.15%
B = 43.18%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#371439 (or 0x371439) is known color: Mardi Gras. HEX triplet: 37, 14 and 39. RGB value is (55,20,57). Sum of RGB (Red+Green+Blue) = 55+20+57=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #371439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371439 is #C8EBC6. Grayscale: #222222. Windows color (decimal): -13167559 or 3740727. OLE color: 3740727.

HSL color Cylindrical-coordinate representation of color #371439: hue angle of 296.76º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371439 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 20 57 -
CMYK 0.04 0.65 0 0.78
HSL 296.76º 0.48% 0.15% -
HSV(B) 296.76º 0.65% 0.22% -
XYZ 2.56 1.61 4.05 -
YUV 34.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 55 20 57 0.04 0.65 0 0.78 296.76 0.48 0.15
Hex 37 14 39 4 41 0 4E 129 30 F
Octal 67 24 71 4 101 0 116 451 60 17
Binary 110111 10100 111001 100 1000001 0 1001110 100101001 110000 1111

Color Harmonies of #371439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371439

Black with #371439

Text Example


Text Example

White with #371439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371439; }

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

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

background-color css

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

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

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

border-color css

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

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

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