#392F3B

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

Shades of Valentino #392F3B

Tints of Valentino #392F3B

Color information

#392F3B (or 0x392F3B) is unknown color: approx Valentino. HEX triplet: 39, 2F and 3B. RGB value is (57,47,59). Sum of RGB (Red+Green+Blue) = 57+47+59=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 59 - color contains mainly: blue. Hex color #392F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F3B is #C6D0C4. Grayscale: #333333. Windows color (decimal): -13029573 or 3878713. OLE color: 3878713.

HSL color Cylindrical-coordinate representation of color #392F3B: hue angle of 290º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #392F3B is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB574759-
CMYK0.030.2000.77
HSL290º11.32%20.78%-
HSV(B)290º20.34%23.14%-
XYZ3.493.224.57-
YUV51.36132.31132.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.97%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=34.97%
G=28.83%
B=36.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5747590.030.2000.7729011.3220.78
Hex392F3B31404D122b15
Octal71577332401154421325
Binary111001101111111011111010001001101100100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F3B; }

 p { color: rgb(57,47,59); }

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

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

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

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

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

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

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