Html Css Color HEX #352236 Mardi Gras

📋 copy color: '#352236'

red 53 ◦ green 34 ◦ blue 54

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

Shades of Mardi Gras #352236

Tints of Mardi Gras #352236

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 37.59%
G = 24.11%
B = 38.3%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#352236 (or 0x352236) is known color: Mardi Gras. HEX triplet: 35, 22 and 36. RGB value is (53,34,54). Sum of RGB (Red+Green+Blue) = 53+34+54=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 54 - color contains mainly: blue. Hex color #352236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352236 is #CADDC9. Grayscale: #292929. Windows color (decimal): -13295050 or 3547701. OLE color: 3547701.

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

Color convert

RGB 53 34 54 -
CMYK 0.02 0.37 0 0.79
HSL 297º 0.23% 0.17% -
HSV(B) 297º 0.37% 0.21% -
XYZ 2.71 2.17 3.77 -
YUV 41.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 53 34 54 0.02 0.37 0 0.79 297 0.23 0.17
Hex 35 22 36 2 25 0 4F 129 17 11
Octal 65 42 66 2 45 0 117 451 27 21
Binary 110101 100010 110110 10 100101 0 1001111 100101001 10111 10001

Color Harmonies of #352236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352236

Black with #352236

Text Example


Text Example

White with #352236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352236; }

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

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

background-color css

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

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

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

border-color css

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

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

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