#402340

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

Shades of Valentino #402340

Tints of Valentino #402340

Color information

#402340 (or 0x402340) is unknown color: approx Valentino. HEX triplet: 40, 23 and 40. RGB value is (64,35,64). Sum of RGB (Red+Green+Blue) = 64+35+64=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #402340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402340 is #BFDCBF. Grayscale: #2E2E2E. Windows color (decimal): -12573888 or 4203328. OLE color: 4203328.

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

Color convert

RGB643564-
CMYK00.4500.75
HSL300º29.29%19.41%-
HSV(B)300º45.31%25.1%-
XYZ3.642.665.17-
YUV46.98137.61140.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=39.26%
G=21.47%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64356400.4500.7530029.2919.41
Hex40234002D04B12c1d13
Octal1004310005501134543523
Binary100000010001110000000101101010010111001011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402340; }

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

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

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

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

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

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

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

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