#353037

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

Shades of Valentino #353037

Tints of Valentino #353037

Color information

#353037 (or 0x353037) is unknown color: approx Valentino. HEX triplet: 35, 30 and 37. RGB value is (53,48,55). Sum of RGB (Red+Green+Blue) = 53+48+55=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 55 - color contains mainly: blue. Hex color #353037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353037 is #CACFC8. Grayscale: #323232. Windows color (decimal): -13291465 or 3616821. OLE color: 3616821.

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

Color convert

RGB534855-
CMYK0.040.1300.78
HSL282.86º6.8%20.2%-
HSV(B)282.86º12.73%21.57%-
XYZ3.213.154.05-
YUV50.29130.66129.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 48 (19.14% from 255) = 30.77%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=33.97%
G=30.77%
B=35.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5348550.040.1300.78282.866.820.2
Hex3530374D04E11b714
Octal6560674150116433724
Binary11010111000011011110011010100111010001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353037; }

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

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

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

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

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

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

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

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