Html Css Color HEX #352439 Mardi Gras

📋 copy color: '#352439'

red 53 ◦ green 36 ◦ blue 57

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

Shades of Mardi Gras #352439

Tints of Mardi Gras #352439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.66%

 BLUE value IS 57 (22.66% from 255) = 39.04%

R = 36.3%
G = 24.66%
B = 39.04%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352439 (or 0x352439) is known color: Mardi Gras. HEX triplet: 35, 24 and 39. RGB value is (53,36,57). Sum of RGB (Red+Green+Blue) = 53+36+57=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 57 - color contains mainly: blue. Hex color #352439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352439 is #CADBC6. Grayscale: #2B2B2B. Windows color (decimal): -13294535 or 3744821. OLE color: 3744821.

HSL color Cylindrical-coordinate representation of color #352439: hue angle of 288.57º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #352439 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 36 57 -
CMYK 0.07 0.37 0 0.78
HSL 288.57º 0.23% 0.18% -
HSV(B) 288.57º 0.37% 0.22% -
XYZ 2.84 2.31 4.17 -
YUV 43.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 53 36 57 0.07 0.37 0 0.78 288.57 0.23 0.18
Hex 35 24 39 7 25 0 4E 121 17 12
Octal 65 44 71 7 45 0 116 441 27 22
Binary 110101 100100 111001 111 100101 0 1001110 100100001 10111 10010

Color Harmonies of #352439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352439

Black with #352439

Text Example


Text Example

White with #352439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352439; }

 p { color: rgb(53,36,57); }

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

background-color css

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

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

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

border-color css

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

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

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