#31171E

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

Shades of Temptress #31171E

Tints of Temptress #31171E

Color information

#31171E (or 0x31171E) is unknown color: approx Temptress. HEX triplet: 31, 17 and 1E. RGB value is (49,23,30). Sum of RGB (Red+Green+Blue) = 49+23+30=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31171E is #CEE8E1. Grayscale: #1F1F1F. Windows color (decimal): -13560034 or 1972017. OLE color: 1972017.

HSL color Cylindrical-coordinate representation of color #31171E: hue angle of 343.85º 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 #31171E is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB492330-
CMYK00.530.390.81
HSL343.85º36.11%14.12%-
HSV(B)343.85º53.06%19.22%-
XYZ1.811.361.4-
YUV31.57127.11140.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 23 (9.38% from 255) = 22.55%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=48.04%
G=22.55%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49233000.530.390.81343.8536.1114.12
Hex31171E035275115824e
Octal612736065471215304416
Binary1100011011111110011010110011110100011010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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