Html Css Color HEX #352137 Mardi Gras

📋 copy color: '#352137'

red 53 ◦ green 33 ◦ blue 55

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

Shades of Mardi Gras #352137

Tints of Mardi Gras #352137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.4%

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

R = 37.59%
G = 23.4%
B = 39.01%

CMYK

 C value IS 0.04

 M value IS 0.4

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352137 (or 0x352137) is known color: Mardi Gras. HEX triplet: 35, 21 and 37. RGB value is (53,33,55). Sum of RGB (Red+Green+Blue) = 53+33+55=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #352137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352137 is #CADEC8. Grayscale: #292929. Windows color (decimal): -13295305 or 3612981. OLE color: 3612981.

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

Color convert

RGB 53 33 55 -
CMYK 0.04 0.4 0 0.78
HSL 294.55º 0.25% 0.17% -
HSV(B) 294.55º 0.4% 0.22% -
XYZ 2.7 2.12 3.88 -
YUV 41.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 53 33 55 0.04 0.4 0 0.78 294.55 0.25 0.17
Hex 35 21 37 4 28 0 4E 127 19 11
Octal 65 41 67 4 50 0 116 447 31 21
Binary 110101 100001 110111 100 101000 0 1001110 100100111 11001 10001

Color Harmonies of #352137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352137

Black with #352137

Text Example


Text Example

White with #352137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352137; }

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

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

background-color css

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

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

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

border-color css

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

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

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