Html Css Color HEX #352438 Mardi Gras

📋 copy color: '#352438'

red 53 ◦ green 36 ◦ blue 56

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

Shades of Mardi Gras #352438

Tints of Mardi Gras #352438

RGB

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

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

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

R = 36.55%
G = 24.83%
B = 38.62%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352438 (or 0x352438) is known color: Mardi Gras. HEX triplet: 35, 24 and 38. RGB value is (53,36,56). Sum of RGB (Red+Green+Blue) = 53+36+56=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #352438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352438 is #CADBC7. Grayscale: #2B2B2B. Windows color (decimal): -13294536 or 3679285. OLE color: 3679285.

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

Color convert

RGB 53 36 56 -
CMYK 0.05 0.36 0 0.78
HSL 291º 0.22% 0.18% -
HSV(B) 291º 0.36% 0.22% -
XYZ 2.81 2.3 4.04 -
YUV 43.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 53 36 56 0.05 0.36 0 0.78 291 0.22 0.18
Hex 35 24 38 5 24 0 4E 123 16 12
Octal 65 44 70 5 44 0 116 443 26 22
Binary 110101 100100 111000 101 100100 0 1001110 100100011 10110 10010

Color Harmonies of #352438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352438

Black with #352438

Text Example


Text Example

White with #352438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352438; }

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

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

background-color css

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

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

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

border-color css

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

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

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