Html Css Color HEX #352135 Mardi Gras

📋 copy color: '#352135'

red 53 ◦ green 33 ◦ blue 53

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

Shades of Mardi Gras #352135

Tints of Mardi Gras #352135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.74%

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

R = 38.13%
G = 23.74%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#352135 (or 0x352135) is known color: Mardi Gras. HEX triplet: 35, 21 and 35. RGB value is (53,33,53). Sum of RGB (Red+Green+Blue) = 53+33+53=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #352135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352135 is #CADECA. Grayscale: #292929. Windows color (decimal): -13295307 or 3481909. OLE color: 3481909.

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

Color convert

RGB 53 33 53 -
CMYK 0 0.38 0 0.79
HSL 300º 0.23% 0.17% -
HSV(B) 300º 0.38% 0.21% -
XYZ 2.65 2.1 3.63 -
YUV 41.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 53 33 53 0 0.38 0 0.79 300 0.23 0.17
Hex 35 21 35 0 26 0 4F 12C 17 11
Octal 65 41 65 0 46 0 117 454 27 21
Binary 110101 100001 110101 0 100110 0 1001111 100101100 10111 10001

Color Harmonies of #352135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352135

Black with #352135

Text Example


Text Example

White with #352135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352135; }

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

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

background-color css

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

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

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

border-color css

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

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

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