#3F253D

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

Shades of Valentino #3F253D

Tints of Valentino #3F253D

Color information

#3F253D (or 0x3F253D) is unknown color: approx Valentino. HEX triplet: 3F, 25 and 3D. RGB value is (63,37,61). Sum of RGB (Red+Green+Blue) = 63+37+61=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 63 - color contains mainly: red. Hex color #3F253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F253D is #C0DAC2. Grayscale: #2F2F2F. Windows color (decimal): -12638915 or 4007231. OLE color: 4007231.

HSL color Cylindrical-coordinate representation of color #3F253D: hue angle of 304.62º 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 #3F253D is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB633761-
CMYK00.410.030.75
HSL304.62º26%19.61%-
HSV(B)304.62º41.27%24.71%-
XYZ3.552.724.75-
YUV47.51135.61139.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.13%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 61 (24.22% from 255) = 37.89%
R=39.13%
G=22.98%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63376100.410.030.75304.622619.61
Hex3F253D02934B1311a14
Octal77457505131134613224
Binary11111110010111110101010011110010111001100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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