#3E253C

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

Shades of Valentino #3E253C

Tints of Valentino #3E253C

Color information

#3E253C (or 0x3E253C) is unknown color: approx Valentino. HEX triplet: 3E, 25 and 3C. RGB value is (62,37,60). Sum of RGB (Red+Green+Blue) = 62+37+60=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E253C is #C1DAC3. Grayscale: #2F2F2F. Windows color (decimal): -12704452 or 3941694. OLE color: 3941694.

HSL color Cylindrical-coordinate representation of color #3E253C: hue angle of 304.8º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E253C is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB623760-
CMYK00.400.030.76
HSL304.8º25.25%19.41%-
HSV(B)304.8º40.32%24.31%-
XYZ3.462.674.61-
YUV47.1135.28138.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.99%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=38.99%
G=23.27%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62376000.400.030.76304.825.2519.41
Hex3E253C02834C1311913
Octal76457405031144613123
Binary11111010010111110001010001110011001001100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E253C; }

 p { color: rgb(62,37,60); }

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

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

 a { background-color: rgb(62,37,60); }

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

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

 span { border-color: rgb(62,37,60); }

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