#3E181F

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

Shades of Temptress #3E181F

Tints of Temptress #3E181F

Color information

#3E181F (or 0x3E181F) is unknown color: approx Temptress. HEX triplet: 3E, 18 and 1F. RGB value is (62,24,31). Sum of RGB (Red+Green+Blue) = 62+24+31=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E181F is #C1E7E0. Grayscale: #242424. Windows color (decimal): -12707809 or 2037822. OLE color: 2037822.

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

Color convert

RGB622431-
CMYK00.610.50.76
HSL348.95º44.19%16.86%-
HSV(B)348.95º61.29%24.31%-
XYZ2.561.781.5-
YUV36.16125.09146.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 52.99%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=52.99%
G=20.51%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62243100.610.50.76348.9544.1916.86
Hex3E181F03D324C15d2c11
Octal763037075621145355421
Binary11111011000111110111101110010100110010101110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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