#352835

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

Shades of Valentino #352835

Tints of Valentino #352835

Color information

#352835 (or 0x352835) is unknown color: approx Valentino. HEX triplet: 35, 28 and 35. RGB value is (53,40,53). Sum of RGB (Red+Green+Blue) = 53+40+53=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #352835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352835 is #CAD7CA. Grayscale: #2D2D2D. Windows color (decimal): -13293515 or 3483701. OLE color: 3483701.

HSL color Cylindrical-coordinate representation of color #352835: hue angle of 300º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #352835 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB534053-
CMYK00.2500.79
HSL300º13.98%18.24%-
HSV(B)300º24.53%20.78%-
XYZ2.872.533.71-
YUV45.37132.31133.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 53 (21.09% from 255) = 36.30%
R=36.30%
G=27.40%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53405300.2500.7930013.9818.24
Hex35283501904F12ce12
Octal65506503101174541622
Binary11010110100011010101100101001111100101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352835; }

 p { color: rgb(53,40,53); }

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

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

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

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

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

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

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