#352B37

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

Shades of Valentino #352B37

Tints of Valentino #352B37

Color information

#352B37 (or 0x352B37) is unknown color: approx Valentino. HEX triplet: 35, 2B and 37. RGB value is (53,43,55). Sum of RGB (Red+Green+Blue) = 53+43+55=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 55 - color contains mainly: blue. Hex color #352B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B37 is #CAD4C8. Grayscale: #2F2F2F. Windows color (decimal): -13292745 or 3615541. OLE color: 3615541.

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

Color convert

RGB534355-
CMYK0.040.2200.78
HSL290º12.24%19.22%-
HSV(B)290º21.82%21.57%-
XYZ3.022.763.99-
YUV47.36132.31132.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 55 (21.88% from 255) = 36.42%
R=35.10%
G=28.48%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5343550.040.2200.7829012.2419.22
Hex352B3741604E122c13
Octal65536742601164421423
Binary1101011010111101111001011001001110100100010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352B37; }

 p { color: rgb(53,43,55); }

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

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

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

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

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

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

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