Html Css Color HEX #370039 Mardi Gras

📋 copy color: '#370039'

red 55 ◦ green 0 ◦ blue 57

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

Shades of Mardi Gras #370039

Tints of Mardi Gras #370039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 50.89%

R = 49.11%
G = 0%
B = 50.89%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#370039 (or 0x370039) is known color: Mardi Gras. HEX triplet: 37, 00 and 39. RGB value is (55,0,57). Sum of RGB (Red+Green+Blue) = 55+0+57=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #370039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370039 is #C8FFC6. Grayscale: #161616. Windows color (decimal): -13172679 or 3735607. OLE color: 3735607.

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

Color convert

RGB 55 0 57 -
CMYK 0.04 1 0 0.78
HSL 297.89º 1% 0.11% -
HSV(B) 297.89º 1% 0.22% -
XYZ 2.31 1.11 3.96 -
YUV 22.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 55 0 57 0.04 1 0 0.78 297.89 1 0.11
Hex 37 0 39 4 64 0 4E 12A 64 B
Octal 67 0 71 4 144 0 116 452 144 13
Binary 110111 0 111001 100 1100100 0 1001110 100101010 1100100 1011

Color Harmonies of #370039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370039

Black with #370039

Text Example


Text Example

White with #370039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370039; }

 p { color: rgb(55,0,57); }

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

background-color css

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

 a { background-color: rgb(55,0,57); }

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

border-color css

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

 span { border-color: rgb(55,0,57); }

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