#352B36

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

Shades of Valentino #352B36

Tints of Valentino #352B36

Color information

#352B36 (or 0x352B36) is unknown color: approx Valentino. HEX triplet: 35, 2B and 36. RGB value is (53,43,54). Sum of RGB (Red+Green+Blue) = 53+43+54=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 54 - color contains mainly: blue. Hex color #352B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B36 is #CAD4C9. Grayscale: #2F2F2F. Windows color (decimal): -13292746 or 3550005. OLE color: 3550005.

HSL color Cylindrical-coordinate representation of color #352B36: hue angle of 294.55º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #352B36 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB534354-
CMYK0.020.2000.79
HSL294.55º11.34%19.02%-
HSV(B)294.55º20.37%21.18%-
XYZ32.753.86-
YUV47.24131.81132.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.33%
GREEN value IS 43 (17.19% from 255) = 28.67%
BLUE value IS 54 (21.48% from 255) = 36%
R=35.33%
G=28.67%
B=36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5343540.020.2000.79294.5511.3419.02
Hex352B3621404F127b13
Octal65536622401174471323
Binary110101101011110110101010001001111100100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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