#3E263D

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

Shades of Valentino #3E263D

Tints of Valentino #3E263D

Color information

#3E263D (or 0x3E263D) is unknown color: approx Valentino. HEX triplet: 3E, 26 and 3D. RGB value is (62,38,61). Sum of RGB (Red+Green+Blue) = 62+38+61=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E263D is #C1D9C2. Grayscale: #2F2F2F. Windows color (decimal): -12704195 or 4007486. OLE color: 4007486.

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

Color convert

RGB623861-
CMYK00.390.020.76
HSL302.5º24%19.61%-
HSV(B)302.5º38.71%24.31%-
XYZ3.522.754.76-
YUV47.8135.45138.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=38.51%
G=23.60%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62386100.390.020.76302.52419.61
Hex3E263D02724C12e1814
Octal76467504721144563024
Binary11111010011011110101001111010011001001011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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