Html Css Color HEX #352435 Mardi Gras

📋 copy color: '#352435'

red 53 ◦ green 36 ◦ blue 53

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

Shades of Mardi Gras #352435

Tints of Mardi Gras #352435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.35%

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

R = 37.32%
G = 25.35%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#352435 (or 0x352435) is known color: Mardi Gras. HEX triplet: 35, 24 and 35. RGB value is (53,36,53). Sum of RGB (Red+Green+Blue) = 53+36+53=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #352435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352435 is #CADBCA. Grayscale: #2A2A2A. Windows color (decimal): -13294539 or 3482677. OLE color: 3482677.

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

Color convert

RGB 53 36 53 -
CMYK 0 0.32 0 0.79
HSL 300º 0.19% 0.17% -
HSV(B) 300º 0.32% 0.21% -
XYZ 2.74 2.28 3.66 -
YUV 43.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 53 36 53 0 0.32 0 0.79 300 0.19 0.17
Hex 35 24 35 0 20 0 4F 12C 13 11
Octal 65 44 65 0 40 0 117 454 23 21
Binary 110101 100100 110101 0 100000 0 1001111 100101100 10011 10001

Color Harmonies of #352435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352435

Black with #352435

Text Example


Text Example

White with #352435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352435; }

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

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

background-color css

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

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

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

border-color css

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

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

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