Html Css Color HEX #352737 Mardi Gras

📋 copy color: '#352737'

red 53 ◦ green 39 ◦ blue 55

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

Shades of Mardi Gras #352737

Tints of Mardi Gras #352737

RGB

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

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

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

R = 36.05%
G = 26.53%
B = 37.41%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352737 (or 0x352737) is known color: Mardi Gras. HEX triplet: 35, 27 and 37. RGB value is (53,39,55). Sum of RGB (Red+Green+Blue) = 53+39+55=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 55 - color contains mainly: blue. Hex color #352737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352737 is #CAD8C8. Grayscale: #2C2C2C. Windows color (decimal): -13293769 or 3614517. OLE color: 3614517.

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

Color convert

RGB 53 39 55 -
CMYK 0.04 0.29 0 0.78
HSL 292.5º 0.17% 0.18% -
HSV(B) 292.5º 0.29% 0.22% -
XYZ 2.88 2.48 3.94 -
YUV 45.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 53 39 55 0.04 0.29 0 0.78 292.5 0.17 0.18
Hex 35 27 37 4 1D 0 4E 124 11 12
Octal 65 47 67 4 35 0 116 444 21 22
Binary 110101 100111 110111 100 11101 0 1001110 100100100 10001 10010

Color Harmonies of #352737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352737

Black with #352737

Text Example


Text Example

White with #352737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352737; }

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

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

background-color css

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

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

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

border-color css

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

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

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