#3F131F

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

Shades of Temptress #3F131F

Tints of Temptress #3F131F

Color information

#3F131F (or 0x3F131F) is unknown color: approx Temptress. HEX triplet: 3F, 13 and 1F. RGB value is (63,19,31). Sum of RGB (Red+Green+Blue) = 63+19+31=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F131F is #C0ECE0. Grayscale: #212121. Windows color (decimal): -12643553 or 2036543. OLE color: 2036543.

HSL color Cylindrical-coordinate representation of color #3F131F: hue angle of 343.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F131F is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB631931-
CMYK00.700.510.75
HSL343.64º53.66%16.08%-
HSV(B)343.64º69.84%24.71%-
XYZ2.531.621.48-
YUV33.52126.58149.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.75%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=55.75%
G=16.81%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63193100.700.510.75343.6453.6616.08
Hex3F131F046334B1583610
Octal7723370106631135306620
Binary111111100111111101000110110011100101110101100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,19,31); }

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

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

 a { background-color: rgb(63,19,31); }

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

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

 span { border-color: rgb(63,19,31); }

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