#3A171F

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

Shades of Temptress #3A171F

Tints of Temptress #3A171F

Color information

#3A171F (or 0x3A171F) is unknown color: approx Temptress. HEX triplet: 3A, 17 and 1F. RGB value is (58,23,31). Sum of RGB (Red+Green+Blue) = 58+23+31=112 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.79% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 58 - color contains mainly: red. Hex color #3A171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A171F is #C5E8E0. Grayscale: #222222. Windows color (decimal): -12970209 or 2037562. OLE color: 2037562.

HSL color Cylindrical-coordinate representation of color #3A171F: hue angle of 346.29º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A171F is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB582331-
CMYK00.600.470.77
HSL346.29º43.21%15.88%-
HSV(B)346.29º60.34%22.75%-
XYZ2.31.611.49-
YUV34.38126.1144.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 51.79%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=51.79%
G=20.54%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58233100.600.470.77346.2943.2115.88
Hex3A171F03C2F4D15a2b10
Octal722737074571155325320
Binary11101010111111110111100101111100110110101101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,23,31); }

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

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

 a { background-color: rgb(58,23,31); }

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

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

 span { border-color: rgb(58,23,31); }

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