Html Css Color HEX #352437 Mardi Gras

📋 copy color: '#352437'

red 53 ◦ green 36 ◦ blue 55

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

Shades of Mardi Gras #352437

Tints of Mardi Gras #352437

RGB

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

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

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

R = 36.81%
G = 25%
B = 38.19%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352437 (or 0x352437) is known color: Mardi Gras. HEX triplet: 35, 24 and 37. RGB value is (53,36,55). Sum of RGB (Red+Green+Blue) = 53+36+55=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 55 - color contains mainly: blue. Hex color #352437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352437 is #CADBC8. Grayscale: #2B2B2B. Windows color (decimal): -13294537 or 3613749. OLE color: 3613749.

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

Color convert

RGB 53 36 55 -
CMYK 0.04 0.35 0 0.78
HSL 293.68º 0.21% 0.18% -
HSV(B) 293.68º 0.35% 0.22% -
XYZ 2.79 2.29 3.91 -
YUV 43.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 53 36 55 0.04 0.35 0 0.78 293.68 0.21 0.18
Hex 35 24 37 4 23 0 4E 126 15 12
Octal 65 44 67 4 43 0 116 446 25 22
Binary 110101 100100 110111 100 100011 0 1001110 100100110 10101 10010

Color Harmonies of #352437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352437

Black with #352437

Text Example


Text Example

White with #352437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352437; }

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

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

background-color css

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

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

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

border-color css

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

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

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