Html Css Color HEX #352537 Mardi Gras

📋 copy color: '#352537'

red 53 ◦ green 37 ◦ blue 55

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

Shades of Mardi Gras #352537

Tints of Mardi Gras #352537

RGB

 RED value IS 53 (21.09% from 255) = 36.55%

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

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 36.55%
G = 25.52%
B = 37.93%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352537 (or 0x352537) is known color: Mardi Gras. HEX triplet: 35, 25 and 37. RGB value is (53,37,55). Sum of RGB (Red+Green+Blue) = 53+37+55=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #352537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352537 is #CADAC8. Grayscale: #2B2B2B. Windows color (decimal): -13294281 or 3614005. OLE color: 3614005.

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

Color convert

RGB 53 37 55 -
CMYK 0.04 0.33 0 0.78
HSL 293.33º 0.2% 0.18% -
HSV(B) 293.33º 0.33% 0.22% -
XYZ 2.82 2.36 3.92 -
YUV 43.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 53 37 55 0.04 0.33 0 0.78 293.33 0.2 0.18
Hex 35 25 37 4 21 0 4E 125 14 12
Octal 65 45 67 4 41 0 116 445 24 22
Binary 110101 100101 110111 100 100001 0 1001110 100100101 10100 10010

Color Harmonies of #352537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352537

Black with #352537

Text Example


Text Example

White with #352537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352537; }

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

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

background-color css

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

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

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

border-color css

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

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

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