#352133

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

Shades of Mardi Gras #352133

Tints of Mardi Gras #352133

Color information

#352133 (or 0x352133) is unknown color: approx Mardi Gras. HEX triplet: 35, 21 and 33. RGB value is (53,33,51). Sum of RGB (Red+Green+Blue) = 53+33+51=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #352133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352133 is #CADECC. Grayscale: #282828. Windows color (decimal): -13295309 or 3350837. OLE color: 3350837.

HSL color Cylindrical-coordinate representation of color #352133: hue angle of 306º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352133 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB533351-
CMYK00.380.040.79
HSL306º23.26%16.86%-
HSV(B)306º37.74%20.78%-
XYZ2.612.083.4-
YUV41.03133.63136.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=38.69%
G=24.09%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53335100.380.040.7930623.2616.86
Hex35213302644F1321711
Octal65416304641174622721
Binary110101100001110011010011010010011111001100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352133; }

 p { color: rgb(53,33,51); }

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

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

 a { background-color: rgb(53,33,51); }

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

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

 span { border-color: rgb(53,33,51); }

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