#352B38

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

Shades of Valentino #352B38

Tints of Valentino #352B38

Color information

#352B38 (or 0x352B38) is unknown color: approx Valentino. HEX triplet: 35, 2B and 38. RGB value is (53,43,56). Sum of RGB (Red+Green+Blue) = 53+43+56=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 56 - color contains mainly: blue. Hex color #352B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B38 is #CAD4C7. Grayscale: #2F2F2F. Windows color (decimal): -13292744 or 3681077. OLE color: 3681077.

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

Color convert

RGB534356-
CMYK0.050.2300.78
HSL286.15º13.13%19.41%-
HSV(B)286.15º23.21%21.96%-
XYZ3.052.774.12-
YUV47.47132.81131.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 43 (17.19% from 255) = 28.29%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=34.87%
G=28.29%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5343560.050.2300.78286.1513.1319.41
Hex352B3851704E11ed13
Octal65537052701164361523
Binary1101011010111110001011011101001110100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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