#3F273E

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

Shades of Valentino #3F273E

Tints of Valentino #3F273E

Color information

#3F273E (or 0x3F273E) is unknown color: approx Valentino. HEX triplet: 3F, 27 and 3E. RGB value is (63,39,62). Sum of RGB (Red+Green+Blue) = 63+39+62=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F273E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F273E is #C0D8C1. Grayscale: #303030. Windows color (decimal): -12638402 or 4073279. OLE color: 4073279.

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

Color convert

RGB633962-
CMYK00.380.020.75
HSL302.5º23.53%20%-
HSV(B)302.5º38.1%24.71%-
XYZ3.642.864.92-
YUV48.8135.45138.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=38.41%
G=23.78%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63396200.380.020.75302.523.5320
Hex3F273E02624B12e1814
Octal77477604621134563024
Binary11111110011111111001001101010010111001011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,62); }

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

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

 a { background-color: rgb(63,39,62); }

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

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

 span { border-color: rgb(63,39,62); }

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