Html Css Color HEX #352637 Mardi Gras

📋 copy color: '#352637'

red 53 ◦ green 38 ◦ blue 55

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

Shades of Mardi Gras #352637

Tints of Mardi Gras #352637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

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

R = 36.3%
G = 26.03%
B = 37.67%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352637 (or 0x352637) is known color: Mardi Gras. HEX triplet: 35, 26 and 37. RGB value is (53,38,55). Sum of RGB (Red+Green+Blue) = 53+38+55=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #352637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352637 is #CAD9C8. Grayscale: #2C2C2C. Windows color (decimal): -13294025 or 3614261. OLE color: 3614261.

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

Color convert

RGB 53 38 55 -
CMYK 0.04 0.31 0 0.78
HSL 292.94º 0.18% 0.18% -
HSV(B) 292.94º 0.31% 0.22% -
XYZ 2.85 2.42 3.93 -
YUV 44.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 53 38 55 0.04 0.31 0 0.78 292.94 0.18 0.18
Hex 35 26 37 4 1F 0 4E 125 12 12
Octal 65 46 67 4 37 0 116 445 22 22
Binary 110101 100110 110111 100 11111 0 1001110 100100101 10010 10010

Color Harmonies of #352637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352637

Black with #352637

Text Example


Text Example

White with #352637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352637; }

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

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

background-color css

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

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

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

border-color css

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

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

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