#352739

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

Shades of Valentino #352739

Tints of Valentino #352739

Color information

#352739 (or 0x352739) is unknown color: approx Valentino. HEX triplet: 35, 27 and 39. RGB value is (53,39,57). Sum of RGB (Red+Green+Blue) = 53+39+57=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 57 - color contains mainly: blue. Hex color #352739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352739 is #CAD8C6. Grayscale: #2D2D2D. Windows color (decimal): -13293767 or 3745589. OLE color: 3745589.

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

Color convert

RGB533957-
CMYK0.070.3200.78
HSL286.67º18.75%18.82%-
HSV(B)286.67º31.58%22.35%-
XYZ2.932.54.2-
YUV45.24134.64133.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.57%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=35.57%
G=26.17%
B=38.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5339570.070.3200.78286.6718.7518.82
Hex35273972004E11f1313
Octal65477174001164372323
Binary110101100111111001111100000010011101000111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352739; }

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

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

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

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

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

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

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

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