Html Css Color HEX #352235 Mardi Gras

📋 copy color: '#352235'

red 53 ◦ green 34 ◦ blue 53

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

Shades of Mardi Gras #352235

Tints of Mardi Gras #352235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.29%

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

R = 37.86%
G = 24.29%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#352235 (or 0x352235) is known color: Mardi Gras. HEX triplet: 35, 22 and 35. RGB value is (53,34,53). Sum of RGB (Red+Green+Blue) = 53+34+53=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #352235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352235 is #CADDCA. Grayscale: #292929. Windows color (decimal): -13295051 or 3482165. OLE color: 3482165.

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

Color convert

RGB 53 34 53 -
CMYK 0 0.36 0 0.79
HSL 300º 0.22% 0.17% -
HSV(B) 300º 0.36% 0.21% -
XYZ 2.68 2.16 3.64 -
YUV 41.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 53 34 53 0 0.36 0 0.79 300 0.22 0.17
Hex 35 22 35 0 24 0 4F 12C 16 11
Octal 65 42 65 0 44 0 117 454 26 21
Binary 110101 100010 110101 0 100100 0 1001111 100101100 10110 10001

Color Harmonies of #352235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352235

Black with #352235

Text Example


Text Example

White with #352235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352235; }

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

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

background-color css

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

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

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

border-color css

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

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

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