Html Css Color HEX #370331 Mardi Gras

📋 copy color: '#370331'

red 55 ◦ green 3 ◦ blue 49

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

Shades of Mardi Gras #370331

Tints of Mardi Gras #370331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.8%

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

R = 51.4%
G = 2.8%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#370331 (or 0x370331) is known color: Mardi Gras. HEX triplet: 37, 03 and 31. RGB value is (55,3,49). Sum of RGB (Red+Green+Blue) = 55+3+49=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370331 is #C8FCCE. Grayscale: #171717. Windows color (decimal): -13171919 or 3212087. OLE color: 3212087.

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

Color convert

RGB 55 3 49 -
CMYK 0 0.95 0.11 0.78
HSL 306.92º 0.9% 0.11% -
HSV(B) 306.92º 0.95% 0.22% -
XYZ 2.16 1.1 3 -
YUV 23.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 55 3 49 0 0.95 0.11 0.78 306.92 0.9 0.11
Hex 37 3 31 0 5F B 4E 133 5A B
Octal 67 3 61 0 137 13 116 463 132 13
Binary 110111 11 110001 0 1011111 1011 1001110 100110011 1011010 1011

Color Harmonies of #370331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370331

Black with #370331

Text Example


Text Example

White with #370331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370331; }

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

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

background-color css

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

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

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

border-color css

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

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

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