Html Css Color HEX #352734 Mardi Gras

📋 copy color: '#352734'

red 53 ◦ green 39 ◦ blue 52

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

Shades of Mardi Gras #352734

Tints of Mardi Gras #352734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.08%

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

R = 36.81%
G = 27.08%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#352734 (or 0x352734) is known color: Mardi Gras. HEX triplet: 35, 27 and 34. RGB value is (53,39,52). Sum of RGB (Red+Green+Blue) = 53+39+52=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #352734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352734 is #CAD8CB. Grayscale: #2C2C2C. Windows color (decimal): -13293772 or 3417909. OLE color: 3417909.

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

Color convert

RGB 53 39 52 -
CMYK 0 0.26 0.02 0.79
HSL 304.29º 0.15% 0.18% -
HSV(B) 304.29º 0.26% 0.21% -
XYZ 2.81 2.46 3.57 -
YUV 44.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 53 39 52 0 0.26 0.02 0.79 304.29 0.15 0.18
Hex 35 27 34 0 1A 2 4F 130 F 12
Octal 65 47 64 0 32 2 117 460 17 22
Binary 110101 100111 110100 0 11010 10 1001111 100110000 1111 10010

Color Harmonies of #352734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352734

Black with #352734

Text Example


Text Example

White with #352734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352734; }

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

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

background-color css

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

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

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

border-color css

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

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

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