Html Css Color HEX #371C38 Mardi Gras

📋 copy color: '#371C38'

red 55 ◦ green 28 ◦ blue 56

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

Shades of Mardi Gras #371C38

Tints of Mardi Gras #371C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40.29%

R = 39.57%
G = 20.14%
B = 40.29%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#371C38 (or 0x371C38) is known color: Mardi Gras. HEX triplet: 37, 1C and 38. RGB value is (55,28,56). Sum of RGB (Red+Green+Blue) = 55+28+56=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #371C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C38 is #C8E3C7. Grayscale: #272727. Windows color (decimal): -13165512 or 3677239. OLE color: 3677239.

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

Color convert

RGB 55 28 56 -
CMYK 0.02 0.50 0 0.78
HSL 297.86º 0.33% 0.16% -
HSV(B) 297.86º 0.5% 0.22% -
XYZ 2.7 1.93 3.97 -
YUV 39.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 55 28 56 0.02 0.50 0 0.78 297.86 0.33 0.16
Hex 37 1C 38 2 32 0 4E 12A 21 10
Octal 67 34 70 2 62 0 116 452 41 20
Binary 110111 11100 111000 10 110010 0 1001110 100101010 100001 10000

Color Harmonies of #371C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C38

Black with #371C38

Text Example


Text Example

White with #371C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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