Html Css Color HEX #352237 Mardi Gras

📋 copy color: '#352237'

red 53 ◦ green 34 ◦ blue 55

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

Shades of Mardi Gras #352237

Tints of Mardi Gras #352237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 38.73%

R = 37.32%
G = 23.94%
B = 38.73%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352237 (or 0x352237) is known color: Mardi Gras. HEX triplet: 35, 22 and 37. RGB value is (53,34,55). Sum of RGB (Red+Green+Blue) = 53+34+55=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 55 - color contains mainly: blue. Hex color #352237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352237 is #CADDC8. Grayscale: #2A2A2A. Windows color (decimal): -13295049 or 3613237. OLE color: 3613237.

HSL color Cylindrical-coordinate representation of color #352237: hue angle of 294.29º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352237 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 53 34 55 -
CMYK 0.04 0.38 0 0.78
HSL 294.29º 0.24% 0.17% -
HSV(B) 294.29º 0.38% 0.22% -
XYZ 2.73 2.18 3.89 -
YUV 42.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 53 34 55 0.04 0.38 0 0.78 294.29 0.24 0.17
Hex 35 22 37 4 26 0 4E 126 18 11
Octal 65 42 67 4 46 0 116 446 30 21
Binary 110101 100010 110111 100 100110 0 1001110 100100110 11000 10001

Color Harmonies of #352237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352237

Black with #352237

Text Example


Text Example

White with #352237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352237; }

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

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

background-color css

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

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

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

border-color css

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

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

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