#353235

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

Shades of Valentino #353235

Tints of Valentino #353235

Color information

#353235 (or 0x353235) is unknown color: approx Valentino. HEX triplet: 35, 32 and 35. RGB value is (53,50,53). Sum of RGB (Red+Green+Blue) = 53+50+53=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #353235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353235 is #CACDCA. Grayscale: #333333. Windows color (decimal): -13290955 or 3486261. OLE color: 3486261.

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

Color convert

RGB535053-
CMYK00.0600.79
HSL300º2.91%20.2%-
HSV(B)300º5.66%20.78%-
XYZ3.253.33.83-
YUV51.24128.99129.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=33.97%
G=32.05%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53505300.0600.793002.9120.2
Hex3532350604F12c314
Octal656265060117454324
Binary1101011100101101010110010011111001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353235; }

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

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

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

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

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

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

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

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