#3F151E

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

Shades of Temptress #3F151E

Tints of Temptress #3F151E

Color information

#3F151E (or 0x3F151E) is unknown color: approx Temptress. HEX triplet: 3F, 15 and 1E. RGB value is (63,21,30). Sum of RGB (Red+Green+Blue) = 63+21+30=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F151E is #C0EAE1. Grayscale: #222222. Windows color (decimal): -12643042 or 1971519. OLE color: 1971519.

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

Color convert

RGB632130-
CMYK00.670.520.75
HSL347.14º50%16.47%-
HSV(B)347.14º66.67%24.71%-
XYZ2.551.691.42-
YUV34.58125.41148.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.26%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=55.26%
G=18.42%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63213000.670.520.75347.145016.47
Hex3F151E043344B15b3210
Octal7725360103641135336220
Binary111111101011111001000011110100100101110101101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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