Html Css Color HEX #37253C Mardi Gras

📋 copy color: '#37253C'

red 55 ◦ green 37 ◦ blue 60

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

Shades of Mardi Gras #37253C

Tints of Mardi Gras #37253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

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

R = 36.18%
G = 24.34%
B = 39.47%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37253C (or 0x37253C) is known color: Mardi Gras. HEX triplet: 37, 25 and 3C. RGB value is (55,37,60). Sum of RGB (Red+Green+Blue) = 55+37+60=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 60 - color contains mainly: blue. Hex color #37253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37253C is #C8DAC3. Grayscale: #2C2C2C. Windows color (decimal): -13163204 or 3941687. OLE color: 3941687.

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

Color convert

RGB 55 37 60 -
CMYK 0.08 0.38 0 0.76
HSL 286.96º 0.24% 0.19% -
HSV(B) 286.96º 0.38% 0.24% -
XYZ 3.05 2.46 4.59 -
YUV 45 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 55 37 60 0.08 0.38 0 0.76 286.96 0.24 0.19
Hex 37 25 3C 8 26 0 4C 11F 18 13
Octal 67 45 74 10 46 0 114 437 30 23
Binary 110111 100101 111100 1000 100110 0 1001100 100011111 11000 10011

Color Harmonies of #37253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37253C

Black with #37253C

Text Example


Text Example

White with #37253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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