Html Css Color HEX #352735 Mardi Gras

📋 copy color: '#352735'

red 53 ◦ green 39 ◦ blue 53

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

Shades of Mardi Gras #352735

Tints of Mardi Gras #352735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.9%

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

R = 36.55%
G = 26.9%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#352735 (or 0x352735) is known color: Mardi Gras. HEX triplet: 35, 27 and 35. RGB value is (53,39,53). Sum of RGB (Red+Green+Blue) = 53+39+53=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #352735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352735 is #CAD8CA. Grayscale: #2C2C2C. Windows color (decimal): -13293771 or 3483445. OLE color: 3483445.

HSL color Cylindrical-coordinate representation of color #352735: hue angle of 300º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #352735 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 39 53 -
CMYK 0 0.26 0 0.79
HSL 300º 0.15% 0.18% -
HSV(B) 300º 0.26% 0.21% -
XYZ 2.84 2.46 3.69 -
YUV 44.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 53 39 53 0 0.26 0 0.79 300 0.15 0.18
Hex 35 27 35 0 1A 0 4F 12C F 12
Octal 65 47 65 0 32 0 117 454 17 22
Binary 110101 100111 110101 0 11010 0 1001111 100101100 1111 10010

Color Harmonies of #352735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352735

Black with #352735

Text Example


Text Example

White with #352735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352735; }

 p { color: rgb(53,39,53); }

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

background-color css

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

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

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

border-color css

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

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

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