Html Css Color HEX #371E34 Mardi Gras

📋 copy color: '#371E34'

red 55 ◦ green 30 ◦ blue 52

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

Shades of Mardi Gras #371E34

Tints of Mardi Gras #371E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.96%

R = 40.15%
G = 21.9%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#371E34 (or 0x371E34) is known color: Mardi Gras. HEX triplet: 37, 1E and 34. RGB value is (55,30,52). Sum of RGB (Red+Green+Blue) = 55+30+52=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #371E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E34 is #C8E1CB. Grayscale: #272727. Windows color (decimal): -13165004 or 3415607. OLE color: 3415607.

HSL color Cylindrical-coordinate representation of color #371E34: hue angle of 307.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #371E34 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 30 52 -
CMYK 0 0.45 0.05 0.78
HSL 307.2º 0.29% 0.17% -
HSV(B) 307.2º 0.45% 0.22% -
XYZ 2.66 1.99 3.49 -
YUV 39.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 55 30 52 0 0.45 0.05 0.78 307.2 0.29 0.17
Hex 37 1E 34 0 2D 5 4E 133 1D 11
Octal 67 36 64 0 55 5 116 463 35 21
Binary 110111 11110 110100 0 101101 101 1001110 100110011 11101 10001

Color Harmonies of #371E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E34

Black with #371E34

Text Example


Text Example

White with #371E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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