Html Css Color HEX #352634 Mardi Gras

📋 copy color: '#352634'

red 53 ◦ green 38 ◦ blue 52

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

Shades of Mardi Gras #352634

Tints of Mardi Gras #352634

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 37.06%
G = 26.57%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#352634 (or 0x352634) is known color: Mardi Gras. HEX triplet: 35, 26 and 34. RGB value is (53,38,52). Sum of RGB (Red+Green+Blue) = 53+38+52=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #352634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352634 is #CAD9CB. Grayscale: #2C2C2C. Windows color (decimal): -13294028 or 3417653. OLE color: 3417653.

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

Color convert

RGB 53 38 52 -
CMYK 0 0.28 0.02 0.79
HSL 304º 0.16% 0.18% -
HSV(B) 304º 0.28% 0.21% -
XYZ 2.78 2.39 3.56 -
YUV 44.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 53 38 52 0 0.28 0.02 0.79 304 0.16 0.18
Hex 35 26 34 0 1C 2 4F 130 10 12
Octal 65 46 64 0 34 2 117 460 20 22
Binary 110101 100110 110100 0 11100 10 1001111 100110000 10000 10010

Color Harmonies of #352634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352634

Black with #352634

Text Example


Text Example

White with #352634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352634; }

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

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

background-color css

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

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

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

border-color css

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

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

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