Html Css Color HEX #352535 Mardi Gras

📋 copy color: '#352535'

red 53 ◦ green 37 ◦ blue 53

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

Shades of Mardi Gras #352535

Tints of Mardi Gras #352535

RGB

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

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

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

R = 37.06%
G = 25.87%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#352535 (or 0x352535) is known color: Mardi Gras. HEX triplet: 35, 25 and 35. RGB value is (53,37,53). Sum of RGB (Red+Green+Blue) = 53+37+53=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #352535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352535 is #CADACA. Grayscale: #2B2B2B. Windows color (decimal): -13294283 or 3482933. OLE color: 3482933.

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

Color convert

RGB 53 37 53 -
CMYK 0 0.30 0 0.79
HSL 300º 0.18% 0.18% -
HSV(B) 300º 0.3% 0.21% -
XYZ 2.77 2.34 3.67 -
YUV 43.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 53 37 53 0 0.30 0 0.79 300 0.18 0.18
Hex 35 25 35 0 1E 0 4F 12C 12 12
Octal 65 45 65 0 36 0 117 454 22 22
Binary 110101 100101 110101 0 11110 0 1001111 100101100 10010 10010

Color Harmonies of #352535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352535

Black with #352535

Text Example


Text Example

White with #352535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352535; }

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

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

background-color css

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

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

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

border-color css

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

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

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