#393439

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

Shades of Valentino #393439

Tints of Valentino #393439

Color information

#393439 (or 0x393439) is unknown color: approx Valentino. HEX triplet: 39, 34 and 39. RGB value is (57,52,57). Sum of RGB (Red+Green+Blue) = 57+52+57=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #393439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393439 is #C6CBC6. Grayscale: #363636. Windows color (decimal): -13028295 or 3748921. OLE color: 3748921.

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

Color convert

RGB575257-
CMYK00.0900.78
HSL300º4.59%21.37%-
HSV(B)300º8.77%22.35%-
XYZ3.653.624.38-
YUV54.06129.66130.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.34%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=34.34%
G=31.33%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57525700.0900.783004.5921.37
Hex3934390904E12c515
Octal7164710110116454525
Binary111001110100111001010010100111010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393439; }

 p { color: rgb(57,52,57); }

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

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

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

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

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

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

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