#40293F

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

Shades of Valentino #40293F

Tints of Valentino #40293F

Color information

#40293F (or 0x40293F) is unknown color: approx Valentino. HEX triplet: 40, 29 and 3F. RGB value is (64,41,63). Sum of RGB (Red+Green+Blue) = 64+41+63=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #40293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40293F is #BFD6C0. Grayscale: #323232. Windows color (decimal): -12572353 or 4139328. OLE color: 4139328.

HSL color Cylindrical-coordinate representation of color #40293F: hue angle of 302.61º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40293F is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB644163-
CMYK00.360.020.75
HSL302.61º21.9%20.59%-
HSV(B)302.61º35.94%25.1%-
XYZ3.83.035.09-
YUV50.39135.12137.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 63 (25% from 255) = 37.5%
R=38.10%
G=24.40%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64416300.360.020.75302.6121.920.59
Hex40293F02424B12f1615
Octal100517704421134572625
Binary100000010100111111101001001010010111001011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40293F; }

 p { color: rgb(64,41,63); }

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

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

 a { background-color: rgb(64,41,63); }

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

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

 span { border-color: rgb(64,41,63); }

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