#352839

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

Shades of Valentino #352839

Tints of Valentino #352839

Color information

#352839 (or 0x352839) is unknown color: approx Valentino. HEX triplet: 35, 28 and 39. RGB value is (53,40,57). Sum of RGB (Red+Green+Blue) = 53+40+57=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #352839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352839 is #CAD7C6. Grayscale: #2D2D2D. Windows color (decimal): -13293511 or 3745845. OLE color: 3745845.

HSL color Cylindrical-coordinate representation of color #352839: hue angle of 285.88º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352839 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB534057-
CMYK0.070.3000.78
HSL285.88º17.53%19.02%-
HSV(B)285.88º29.82%22.35%-
XYZ2.972.574.21-
YUV45.82134.31133.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 57 (22.66% from 255) = 38%
R=35.33%
G=26.67%
B=38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5340570.070.3000.78285.8817.5319.02
Hex35283971E04E11e1213
Octal65507173601164362223
Binary11010110100011100111111110010011101000111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352839; }

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

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

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

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

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

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

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

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