#392738

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

Shades of Valentino #392738

Tints of Valentino #392738

Color information

#392738 (or 0x392738) is unknown color: approx Valentino. HEX triplet: 39, 27 and 38. RGB value is (57,39,56). Sum of RGB (Red+Green+Blue) = 57+39+56=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #392738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392738 is #C6D8C7. Grayscale: #2E2E2E. Windows color (decimal): -13031624 or 3680057. OLE color: 3680057.

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

Color convert

RGB573956-
CMYK00.320.020.78
HSL303.33º18.75%18.82%-
HSV(B)303.33º31.58%22.35%-
XYZ3.132.614.08-
YUV46.32133.46135.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.5%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=37.5%
G=25.66%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57395600.320.020.78303.3318.7518.82
Hex39273802024E12f1313
Octal71477004021164572323
Binary11100110011111100001000001010011101001011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392738; }

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

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

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

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

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

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

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

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