Html Css Color HEX #352338 Mardi Gras

📋 copy color: '#352338'

red 53 ◦ green 35 ◦ blue 56

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

Shades of Mardi Gras #352338

Tints of Mardi Gras #352338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

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

R = 36.81%
G = 24.31%
B = 38.89%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352338 (or 0x352338) is known color: Mardi Gras. HEX triplet: 35, 23 and 38. RGB value is (53,35,56). Sum of RGB (Red+Green+Blue) = 53+35+56=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #352338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352338 is #CADCC7. Grayscale: #2A2A2A. Windows color (decimal): -13294792 or 3679029. OLE color: 3679029.

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

Color convert

RGB 53 35 56 -
CMYK 0.05 0.37 0 0.78
HSL 291.43º 0.23% 0.18% -
HSV(B) 291.43º 0.38% 0.22% -
XYZ 2.78 2.24 4.03 -
YUV 42.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 53 35 56 0.05 0.37 0 0.78 291.43 0.23 0.18
Hex 35 23 38 5 25 0 4E 123 17 12
Octal 65 43 70 5 45 0 116 443 27 22
Binary 110101 100011 111000 101 100101 0 1001110 100100011 10111 10010

Color Harmonies of #352338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352338

Black with #352338

Text Example


Text Example

White with #352338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352338; }

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

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

background-color css

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

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

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

border-color css

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

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

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