Html Css Color HEX #370231 Mardi Gras

📋 copy color: '#370231'

red 55 ◦ green 2 ◦ blue 49

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

Shades of Mardi Gras #370231

Tints of Mardi Gras #370231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 51.89%
G = 1.89%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#370231 (or 0x370231) is known color: Mardi Gras. HEX triplet: 37, 02 and 31. RGB value is (55,2,49). Sum of RGB (Red+Green+Blue) = 55+2+49=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #370231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370231 is #C8FDCE. Grayscale: #171717. Windows color (decimal): -13172175 or 3211831. OLE color: 3211831.

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

Color convert

RGB 55 2 49 -
CMYK 0 0.96 0.11 0.78
HSL 306.79º 0.93% 0.11% -
HSV(B) 306.79º 0.96% 0.22% -
XYZ 2.15 1.08 3 -
YUV 23.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 55 2 49 0 0.96 0.11 0.78 306.79 0.93 0.11
Hex 37 2 31 0 60 B 4E 133 5D B
Octal 67 2 61 0 140 13 116 463 135 13
Binary 110111 10 110001 0 1100000 1011 1001110 100110011 1011101 1011

Color Harmonies of #370231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370231

Black with #370231

Text Example


Text Example

White with #370231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370231; }

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

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

background-color css

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

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

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

border-color css

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

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

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