Html Css Color HEX #352834 Mardi Gras

📋 copy color: '#352834'

red 53 ◦ green 40 ◦ blue 52

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

Shades of Mardi Gras #352834

Tints of Mardi Gras #352834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

 BLUE value IS 52 (20.7% from 255) = 35.86%

R = 36.55%
G = 27.59%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#352834 (or 0x352834) is known color: Mardi Gras. HEX triplet: 35, 28 and 34. RGB value is (53,40,52). Sum of RGB (Red+Green+Blue) = 53+40+52=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 53 - color contains mainly: red. Hex color #352834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352834 is #CAD7CB. Grayscale: #2D2D2D. Windows color (decimal): -13293516 or 3418165. OLE color: 3418165.

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

Color convert

RGB 53 40 52 -
CMYK 0 0.25 0.02 0.79
HSL 304.62º 0.14% 0.18% -
HSV(B) 304.62º 0.25% 0.21% -
XYZ 2.85 2.52 3.59 -
YUV 45.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 53 40 52 0 0.25 0.02 0.79 304.62 0.14 0.18
Hex 35 28 34 0 19 2 4F 131 E 12
Octal 65 50 64 0 31 2 117 461 16 22
Binary 110101 101000 110100 0 11001 10 1001111 100110001 1110 10010

Color Harmonies of #352834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352834

Black with #352834

Text Example


Text Example

White with #352834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352834; }

 p { color: rgb(53,40,52); }

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

background-color css

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

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

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

border-color css

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

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

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