Html Css Color HEX #352136 Mardi Gras

📋 copy color: '#352136'

red 53 ◦ green 33 ◦ blue 54

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

Shades of Mardi Gras #352136

Tints of Mardi Gras #352136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 38.57%

R = 37.86%
G = 23.57%
B = 38.57%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#352136 (or 0x352136) is known color: Mardi Gras. HEX triplet: 35, 21 and 36. RGB value is (53,33,54). Sum of RGB (Red+Green+Blue) = 53+33+54=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 54 - color contains mainly: blue. Hex color #352136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352136 is #CADEC9. Grayscale: #292929. Windows color (decimal): -13295306 or 3547445. OLE color: 3547445.

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

Color convert

RGB 53 33 54 -
CMYK 0.02 0.39 0 0.79
HSL 297.14º 0.24% 0.17% -
HSV(B) 297.14º 0.39% 0.21% -
XYZ 2.68 2.11 3.76 -
YUV 41.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 53 33 54 0.02 0.39 0 0.79 297.14 0.24 0.17
Hex 35 21 36 2 27 0 4F 129 18 11
Octal 65 41 66 2 47 0 117 451 30 21
Binary 110101 100001 110110 10 100111 0 1001111 100101001 11000 10001

Color Harmonies of #352136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352136

Black with #352136

Text Example


Text Example

White with #352136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352136; }

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

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

background-color css

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

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

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

border-color css

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

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

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