#353035

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

Shades of Valentino #353035

Tints of Valentino #353035

Color information

#353035 (or 0x353035) is unknown color: approx Valentino. HEX triplet: 35, 30 and 35. RGB value is (53,48,53). Sum of RGB (Red+Green+Blue) = 53+48+53=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #353035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353035 is #CACFCA. Grayscale: #323232. Windows color (decimal): -13291467 or 3485749. OLE color: 3485749.

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

Color convert

RGB534853-
CMYK00.0900.79
HSL300º4.95%19.8%-
HSV(B)300º9.43%20.78%-
XYZ3.173.133.8-
YUV50.06129.66130.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=34.42%
G=31.17%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53485300.0900.793004.9519.8
Hex3530350904F12c514
Octal6560650110117454524
Binary110101110000110101010010100111110010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353035; }

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

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

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

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

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

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

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

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