Html Css Color HEX #371C34 Mardi Gras

📋 copy color: '#371C34'

red 55 ◦ green 28 ◦ blue 52

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

Shades of Mardi Gras #371C34

Tints of Mardi Gras #371C34

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.74%

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

R = 40.74%
G = 20.74%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#371C34 (or 0x371C34) is known color: Mardi Gras. HEX triplet: 37, 1C and 34. RGB value is (55,28,52). Sum of RGB (Red+Green+Blue) = 55+28+52=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #371C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C34 is #C8E3CB. Grayscale: #262626. Windows color (decimal): -13165516 or 3415095. OLE color: 3415095.

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

Color convert

RGB 55 28 52 -
CMYK 0 0.49 0.05 0.78
HSL 306.67º 0.33% 0.16% -
HSV(B) 306.67º 0.49% 0.22% -
XYZ 2.61 1.89 3.48 -
YUV 38.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 55 28 52 0 0.49 0.05 0.78 306.67 0.33 0.16
Hex 37 1C 34 0 31 5 4E 133 21 10
Octal 67 34 64 0 61 5 116 463 41 20
Binary 110111 11100 110100 0 110001 101 1001110 100110011 100001 10000

Color Harmonies of #371C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C34

Black with #371C34

Text Example


Text Example

White with #371C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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