#3E263B

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

Shades of Valentino #3E263B

Tints of Valentino #3E263B

Color information

#3E263B (or 0x3E263B) is unknown color: approx Valentino. HEX triplet: 3E, 26 and 3B. RGB value is (62,38,59). Sum of RGB (Red+Green+Blue) = 62+38+59=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E263B is #C1D9C4. Grayscale: #2F2F2F. Windows color (decimal): -12704197 or 3876414. OLE color: 3876414.

HSL color Cylindrical-coordinate representation of color #3E263B: hue angle of 307.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 #3E263B is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB623859-
CMYK00.390.050.76
HSL307.5º24%19.61%-
HSV(B)307.5º38.71%24.31%-
XYZ3.472.734.48-
YUV47.57134.45138.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.99%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=38.99%
G=23.90%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62385900.390.050.76307.52419.61
Hex3E263B02754C1341814
Octal76467304751144643024
Binary111110100110111011010011110110011001001101001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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