Html Css Color HEX #352238 Mardi Gras

📋 copy color: '#352238'

red 53 ◦ green 34 ◦ blue 56

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

Shades of Mardi Gras #352238

Tints of Mardi Gras #352238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.78%

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

R = 37.06%
G = 23.78%
B = 39.16%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#352238 (or 0x352238) is known color: Mardi Gras. HEX triplet: 35, 22 and 38. RGB value is (53,34,56). Sum of RGB (Red+Green+Blue) = 53+34+56=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #352238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352238 is #CADDC7. Grayscale: #2A2A2A. Windows color (decimal): -13295048 or 3678773. OLE color: 3678773.

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

Color convert

RGB 53 34 56 -
CMYK 0.05 0.39 0 0.78
HSL 291.82º 0.24% 0.18% -
HSV(B) 291.82º 0.39% 0.22% -
XYZ 2.75 2.19 4.02 -
YUV 42.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 53 34 56 0.05 0.39 0 0.78 291.82 0.24 0.18
Hex 35 22 38 5 27 0 4E 124 18 12
Octal 65 42 70 5 47 0 116 444 30 22
Binary 110101 100010 111000 101 100111 0 1001110 100100100 11000 10010

Color Harmonies of #352238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352238

Black with #352238

Text Example


Text Example

White with #352238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352238; }

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

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

background-color css

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

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

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

border-color css

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

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

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