Html Css Color HEX #371231 Mardi Gras

📋 copy color: '#371231'

red 55 ◦ green 18 ◦ blue 49

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

Shades of Mardi Gras #371231

Tints of Mardi Gras #371231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.75%

 BLUE value IS 49 (19.53% from 255) = 40.16%

R = 45.08%
G = 14.75%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#371231 (or 0x371231) is known color: Mardi Gras. HEX triplet: 37, 12 and 31. RGB value is (55,18,49). Sum of RGB (Red+Green+Blue) = 55+18+49=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #371231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371231 is #C8EDCE. Grayscale: #202020. Windows color (decimal): -13168079 or 3215927. OLE color: 3215927.

HSL color Cylindrical-coordinate representation of color #371231: hue angle of 309.73º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371231 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 49 -
CMYK 0 0.67 0.11 0.78
HSL 309.73º 0.51% 0.14% -
HSV(B) 309.73º 0.67% 0.22% -
XYZ 2.35 1.47 3.07 -
YUV 32.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 55 18 49 0 0.67 0.11 0.78 309.73 0.51 0.14
Hex 37 12 31 0 43 B 4E 136 33 E
Octal 67 22 61 0 103 13 116 466 63 16
Binary 110111 10010 110001 0 1000011 1011 1001110 100110110 110011 1110

Color Harmonies of #371231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371231

Black with #371231

Text Example


Text Example

White with #371231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371231; }

 p { color: rgb(55,18,49); }

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

background-color css

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

 a { background-color: rgb(55,18,49); }

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

border-color css

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

 span { border-color: rgb(55,18,49); }

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