#393039

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

Shades of Valentino #393039

Tints of Valentino #393039

Color information

#393039 (or 0x393039) is unknown color: approx Valentino. HEX triplet: 39, 30 and 39. RGB value is (57,48,57). Sum of RGB (Red+Green+Blue) = 57+48+57=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #393039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393039 is #C6CFC6. Grayscale: #333333. Windows color (decimal): -13029319 or 3747897. OLE color: 3747897.

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

Color convert

RGB574857-
CMYK00.1600.78
HSL300º8.57%20.59%-
HSV(B)300º15.79%22.35%-
XYZ3.483.284.32-
YUV51.72130.98131.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.19%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=35.19%
G=29.63%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57485700.1600.783008.5720.59
Hex39303901004E12c915
Octal71607102001164541125
Binary11100111000011100101000001001110100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393039; }

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

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

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

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

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

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

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

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