Html Css Color HEX #370036 Mardi Gras

📋 copy color: '#370036'

red 55 ◦ green 0 ◦ blue 54

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

Shades of Mardi Gras #370036

Tints of Mardi Gras #370036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 49.54%

R = 50.46%
G = 0%
B = 49.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#370036 (or 0x370036) is known color: Mardi Gras. HEX triplet: 37, 00 and 36. RGB value is (55,0,54). Sum of RGB (Red+Green+Blue) = 55+0+54=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370036 is #C8FFC9. Grayscale: #161616. Windows color (decimal): -13172682 or 3538999. OLE color: 3538999.

HSL color Cylindrical-coordinate representation of color #370036: hue angle of 301.09º 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 #370036 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 0 54 -
CMYK 0 1 0.02 0.78
HSL 301.09º 1% 0.11% -
HSV(B) 301.09º 1% 0.22% -
XYZ 2.24 1.08 3.58 -
YUV 22.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 55 0 54 0 1 0.02 0.78 301.09 1 0.11
Hex 37 0 36 0 64 2 4E 12D 64 B
Octal 67 0 66 0 144 2 116 455 144 13
Binary 110111 0 110110 0 1100100 10 1001110 100101101 1100100 1011

Color Harmonies of #370036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370036

Black with #370036

Text Example


Text Example

White with #370036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370036; }

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

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

background-color css

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

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

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

border-color css

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

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

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