#3F121F

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

Shades of Temptress #3F121F

Tints of Temptress #3F121F

Color information

#3F121F (or 0x3F121F) is unknown color: approx Temptress. HEX triplet: 3F, 12 and 1F. RGB value is (63,18,31). Sum of RGB (Red+Green+Blue) = 63+18+31=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F121F is #C0EDE0. Grayscale: #202020. Windows color (decimal): -12643809 or 2036287. OLE color: 2036287.

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

Color convert

RGB631831-
CMYK00.710.510.75
HSL342.67º55.56%15.88%-
HSV(B)342.67º71.43%24.71%-
XYZ2.511.591.47-
YUV32.94126.91149.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 56.25%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=56.25%
G=16.07%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63183100.710.510.75342.6755.5615.88
Hex3F121F047334B1573810
Octal7722370107631135277020
Binary111111100101111101000111110011100101110101011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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