#31171F

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

Shades of Temptress #31171F

Tints of Temptress #31171F

Color information

#31171F (or 0x31171F) is unknown color: approx Temptress. HEX triplet: 31, 17 and 1F. RGB value is (49,23,31). Sum of RGB (Red+Green+Blue) = 49+23+31=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #31171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31171F is #CEE8E0. Grayscale: #1F1F1F. Windows color (decimal): -13560033 or 2037553. OLE color: 2037553.

HSL color Cylindrical-coordinate representation of color #31171F: hue angle of 341.54º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31171F is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB492331-
CMYK00.530.370.81
HSL341.54º36.11%14.12%-
HSV(B)341.54º53.06%19.22%-
XYZ1.821.361.46-
YUV31.69127.61140.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 31 (12.5% from 255) = 30.10%
R=47.57%
G=22.33%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49233100.530.370.81341.5436.1114.12
Hex31171F035255115624e
Octal612737065451215264416
Binary1100011011111111011010110010110100011010101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31171F; }

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

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

<style>
 a { background-color: #31171F; }

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

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

<style>
 span { border-color: #31171F; }

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

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