Html Css Color HEX #370131 Mardi Gras

📋 copy color: '#370131'

red 55 ◦ green 1 ◦ blue 49

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

Shades of Mardi Gras #370131

Tints of Mardi Gras #370131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

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

R = 52.38%
G = 0.95%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#370131 (or 0x370131) is known color: Mardi Gras. HEX triplet: 37, 01 and 31. RGB value is (55,1,49). Sum of RGB (Red+Green+Blue) = 55+1+49=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #370131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370131 is #C8FECE. Grayscale: #161616. Windows color (decimal): -13172431 or 3211575. OLE color: 3211575.

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

Color convert

RGB 55 1 49 -
CMYK 0 0.98 0.11 0.78
HSL 306.67º 0.96% 0.11% -
HSV(B) 306.67º 0.98% 0.22% -
XYZ 2.14 1.06 3 -
YUV 22.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 55 1 49 0 0.98 0.11 0.78 306.67 0.96 0.11
Hex 37 1 31 0 62 B 4E 133 60 B
Octal 67 1 61 0 142 13 116 463 140 13
Binary 110111 1 110001 0 1100010 1011 1001110 100110011 1100000 1011

Color Harmonies of #370131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370131

Black with #370131

Text Example


Text Example

White with #370131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370131; }

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

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

background-color css

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

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

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

border-color css

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

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

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