#311720

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

Shades of Temptress #311720

Tints of Temptress #311720

Color information

#311720 (or 0x311720) is unknown color: approx Temptress. HEX triplet: 31, 17 and 20. RGB value is (49,23,32). Sum of RGB (Red+Green+Blue) = 49+23+32=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #311720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311720 is #CEE8DF. Grayscale: #1F1F1F. Windows color (decimal): -13560032 or 2103089. OLE color: 2103089.

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

Color convert

RGB492332-
CMYK00.530.350.81
HSL339.23º36.11%14.12%-
HSV(B)339.23º53.06%19.22%-
XYZ1.831.371.53-
YUV31.8128.11140.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=47.12%
G=22.12%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49233200.530.350.81339.2336.1114.12
Hex311720035235115324e
Octal612740065431215234416
Binary11000110111100000011010110001110100011010100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311720; }

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

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

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

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

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

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

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

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