#3E313D

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

Shades of Valentino #3E313D

Tints of Valentino #3E313D

Color information

#3E313D (or 0x3E313D) is unknown color: approx Valentino. HEX triplet: 3E, 31 and 3D. RGB value is (62,49,61). Sum of RGB (Red+Green+Blue) = 62+49+61=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 62 - color contains mainly: red. Hex color #3E313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E313D is #C1CEC2. Grayscale: #363636. Windows color (decimal): -12701379 or 4010302. OLE color: 4010302.

HSL color Cylindrical-coordinate representation of color #3E313D: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E313D is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB624961-
CMYK00.210.020.76
HSL304.62º11.71%21.76%-
HSV(B)304.62º20.97%24.31%-
XYZ3.933.564.89-
YUV54.26131.81133.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=36.05%
G=28.49%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62496100.210.020.76304.6211.7121.76
Hex3E313D01524C131c16
Octal76617502521144611426
Binary111110110001111101010101101001100100110001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,61); }

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

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

 a { background-color: rgb(62,49,61); }

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

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

 span { border-color: rgb(62,49,61); }

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