#352038

Color #352038 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #352038

Tints of Mardi Gras #352038

Color information

#352038 (or 0x352038) is unknown color: approx Mardi Gras. HEX triplet: 35, 20 and 38. RGB value is (53,32,56). Sum of RGB (Red+Green+Blue) = 53+32+56=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #352038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352038 is #CADFC7. Grayscale: #282828. Windows color (decimal): -13295560 or 3678261. OLE color: 3678261.

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

Color convert

RGB533256-
CMYK0.050.4300.78
HSL292.5º27.27%17.25%-
HSV(B)292.5º42.86%21.96%-
XYZ2.72.084-
YUV41.02136.46136.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.59%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=37.59%
G=22.70%
B=39.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5332560.050.4300.78292.527.2717.25
Hex35203852B04E1241b11
Octal65407055301164443321
Binary110101100000111000101101011010011101001001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352038; }

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

 H1.HeaderClassName
 {
   color: #352038;
 }
 .AnyTagClassName
 {
   color: #352038;
 }
</style>
background-color css

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

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

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

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

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

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