#3F253C

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

Shades of Valentino #3F253C

Tints of Valentino #3F253C

Color information

#3F253C (or 0x3F253C) is unknown color: approx Valentino. HEX triplet: 3F, 25 and 3C. RGB value is (63,37,60). Sum of RGB (Red+Green+Blue) = 63+37+60=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 63 - color contains mainly: red. Hex color #3F253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F253C is #C0DAC3. Grayscale: #2F2F2F. Windows color (decimal): -12638916 or 3941695. OLE color: 3941695.

HSL color Cylindrical-coordinate representation of color #3F253C: hue angle of 306.92º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F253C is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB633760-
CMYK00.410.050.75
HSL306.92º26%19.61%-
HSV(B)306.92º41.27%24.71%-
XYZ3.532.714.61-
YUV47.4135.11139.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=39.38%
G=23.12%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63376000.410.050.75306.922619.61
Hex3F253C02954B1331a14
Octal77457405151134633224
Binary111111100101111100010100110110010111001100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,60); }

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

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

 a { background-color: rgb(63,37,60); }

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

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

 span { border-color: rgb(63,37,60); }

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