Html Css Color HEX #352538 Mardi Gras

📋 copy color: '#352538'

red 53 ◦ green 37 ◦ blue 56

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

Shades of Mardi Gras #352538

Tints of Mardi Gras #352538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.36%

R = 36.3%
G = 25.34%
B = 38.36%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352538 (or 0x352538) is known color: Mardi Gras. HEX triplet: 35, 25 and 38. RGB value is (53,37,56). Sum of RGB (Red+Green+Blue) = 53+37+56=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #352538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352538 is #CADAC7. Grayscale: #2B2B2B. Windows color (decimal): -13294280 or 3679541. OLE color: 3679541.

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

Color convert

RGB 53 37 56 -
CMYK 0.05 0.34 0 0.78
HSL 290.53º 0.2% 0.18% -
HSV(B) 290.53º 0.34% 0.22% -
XYZ 2.84 2.37 4.05 -
YUV 43.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 53 37 56 0.05 0.34 0 0.78 290.53 0.2 0.18
Hex 35 25 38 5 22 0 4E 123 14 12
Octal 65 45 70 5 42 0 116 443 24 22
Binary 110101 100101 111000 101 100010 0 1001110 100100011 10100 10010

Color Harmonies of #352538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352538

Black with #352538

Text Example


Text Example

White with #352538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352538; }

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

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

background-color css

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

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

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

border-color css

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

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

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