Html Css Color HEX #352536 Mardi Gras

📋 copy color: '#352536'

red 53 ◦ green 37 ◦ blue 54

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

Shades of Mardi Gras #352536

Tints of Mardi Gras #352536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.69%

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

R = 36.81%
G = 25.69%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#352536 (or 0x352536) is known color: Mardi Gras. HEX triplet: 35, 25 and 36. RGB value is (53,37,54). Sum of RGB (Red+Green+Blue) = 53+37+54=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #352536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352536 is #CADAC9. Grayscale: #2B2B2B. Windows color (decimal): -13294282 or 3548469. OLE color: 3548469.

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

Color convert

RGB 53 37 54 -
CMYK 0.02 0.31 0 0.79
HSL 296.47º 0.19% 0.18% -
HSV(B) 296.47º 0.31% 0.21% -
XYZ 2.8 2.35 3.8 -
YUV 43.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 53 37 54 0.02 0.31 0 0.79 296.47 0.19 0.18
Hex 35 25 36 2 1F 0 4F 128 13 12
Octal 65 45 66 2 37 0 117 450 23 22
Binary 110101 100101 110110 10 11111 0 1001111 100101000 10011 10010

Color Harmonies of #352536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352536

Black with #352536

Text Example


Text Example

White with #352536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352536; }

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

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

background-color css

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

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

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

border-color css

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

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

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