#352433

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

Shades of Mardi Gras #352433

Tints of Mardi Gras #352433

Color information

#352433 (or 0x352433) is unknown color: approx Mardi Gras. HEX triplet: 35, 24 and 33. RGB value is (53,36,51). Sum of RGB (Red+Green+Blue) = 53+36+51=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 53 - color contains mainly: red. Hex color #352433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352433 is #CADBCC. Grayscale: #2A2A2A. Windows color (decimal): -13294541 or 3351605. OLE color: 3351605.

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

Color convert

RGB533651-
CMYK00.320.040.79
HSL307.06º19.1%17.45%-
HSV(B)307.06º32.08%20.78%-
XYZ2.72.263.43-
YUV42.79132.63135.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.86%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=37.86%
G=25.71%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53365100.320.040.79307.0619.117.45
Hex35243302044F1331311
Octal65446304041174632321
Binary110101100100110011010000010010011111001100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352433; }

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

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

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

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

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

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

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

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