Html Css Color HEX #37033C Mardi Gras

📋 copy color: '#37033C'

red 55 ◦ green 3 ◦ blue 60

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

Shades of Mardi Gras #37033C

Tints of Mardi Gras #37033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 50.85%

R = 46.61%
G = 2.54%
B = 50.85%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37033C (or 0x37033C) is known color: Mardi Gras. HEX triplet: 37, 03 and 3C. RGB value is (55,3,60). Sum of RGB (Red+Green+Blue) = 55+3+60=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #37033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37033C is #C8FCC3. Grayscale: #181818. Windows color (decimal): -13171908 or 3932983. OLE color: 3932983.

HSL color Cylindrical-coordinate representation of color #37033C: hue angle of 294.74º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37033C is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 3 60 -
CMYK 0.08 0.95 0 0.76
HSL 294.74º 0.9% 0.12% -
HSV(B) 294.74º 0.95% 0.24% -
XYZ 2.42 1.2 4.38 -
YUV 25.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 55 3 60 0.08 0.95 0 0.76 294.74 0.9 0.12
Hex 37 3 3C 8 5F 0 4C 127 5A C
Octal 67 3 74 10 137 0 114 447 132 14
Binary 110111 11 111100 1000 1011111 0 1001100 100100111 1011010 1100

Color Harmonies of #37033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37033C

Black with #37033C

Text Example


Text Example

White with #37033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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