#392F38

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

Shades of Valentino #392F38

Tints of Valentino #392F38

Color information

#392F38 (or 0x392F38) is unknown color: approx Valentino. HEX triplet: 39, 2F and 38. RGB value is (57,47,56). Sum of RGB (Red+Green+Blue) = 57+47+56=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 57 - color contains mainly: red. Hex color #392F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F38 is #C6D0C7. Grayscale: #323232. Windows color (decimal): -13029576 or 3682105. OLE color: 3682105.

HSL color Cylindrical-coordinate representation of color #392F38: hue angle of 306º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #392F38 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB574756-
CMYK00.180.020.78
HSL306º9.62%20.39%-
HSV(B)306º17.54%22.35%-
XYZ3.423.194.18-
YUV51.02130.81132.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 56 (22.27% from 255) = 35%
R=35.62%
G=29.38%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57475600.180.020.783069.6220.39
Hex392F3801224E132a14
Octal71577002221164621224
Binary111001101111111000010010101001110100110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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