#402F40

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

Shades of Valentino #402F40

Tints of Valentino #402F40

Color information

#402F40 (or 0x402F40) is unknown color: approx Valentino. HEX triplet: 40, 2F and 40. RGB value is (64,47,64). Sum of RGB (Red+Green+Blue) = 64+47+64=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #402F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F40 is #BFD0BF. Grayscale: #353535. Windows color (decimal): -12570816 or 4206400. OLE color: 4206400.

HSL color Cylindrical-coordinate representation of color #402F40: hue angle of 300º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #402F40 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB644764-
CMYK00.2700.75
HSL300º15.32%21.76%-
HSV(B)300º26.56%25.1%-
XYZ4.063.495.31-
YUV54.02133.63135.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=36.57%
G=26.86%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64476400.2700.7530015.3221.76
Hex402F4001B04B12cf16
Octal1005710003301134541726
Binary1000000101111100000001101101001011100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F40; }

 p { color: rgb(64,47,64); }

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

<style>
 a { background-color: #402F40; }

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

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

<style>
 span { border-color: #402F40; }

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

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