#3E111F

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

Shades of Temptress #3E111F

Tints of Temptress #3E111F

Color information

#3E111F (or 0x3E111F) is unknown color: approx Temptress. HEX triplet: 3E, 11 and 1F. RGB value is (62,17,31). Sum of RGB (Red+Green+Blue) = 62+17+31=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E111F is #C1EEE0. Grayscale: #202020. Windows color (decimal): -12709601 or 2036030. OLE color: 2036030.

HSL color Cylindrical-coordinate representation of color #3E111F: hue angle of 341.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E111F is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB621731-
CMYK00.730.50.76
HSL341.33º56.96%15.49%-
HSV(B)341.33º72.58%24.31%-
XYZ2.431.521.46-
YUV32.05127.41149.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 56.36%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=56.36%
G=15.45%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62173100.730.50.76341.3356.9615.49
Hex3E111F049324C15539f
Octal7621370111621145257117
Binary11111010001111110100100111001010011001010101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,17,31); }

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

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

 a { background-color: rgb(62,17,31); }

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

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

 span { border-color: rgb(62,17,31); }

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