#3F111E

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

Shades of Temptress #3F111E

Tints of Temptress #3F111E

Color information

#3F111E (or 0x3F111E) is unknown color: approx Temptress. HEX triplet: 3F, 11 and 1E. RGB value is (63,17,30). Sum of RGB (Red+Green+Blue) = 63+17+30=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F111E is #C0EEE1. Grayscale: #202020. Windows color (decimal): -12644066 or 1970495. OLE color: 1970495.

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

Color convert

RGB631730-
CMYK00.730.520.75
HSL343.04º57.5%15.69%-
HSV(B)343.04º73.02%24.71%-
XYZ2.481.551.4-
YUV32.24126.74149.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.27%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=57.27%
G=15.45%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63173000.730.520.75343.0457.515.69
Hex3F111E049344B1573a10
Octal7721360111641135277220
Binary111111100011111001001001110100100101110101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,17,30); }

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

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

 a { background-color: rgb(63,17,30); }

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

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

 span { border-color: rgb(63,17,30); }

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