#31151F

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

Shades of Temptress #31151F

Tints of Temptress #31151F

Color information

#31151F (or 0x31151F) is unknown color: approx Temptress. HEX triplet: 31, 15 and 1F. RGB value is (49,21,31). Sum of RGB (Red+Green+Blue) = 49+21+31=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31151F is #CEEAE0. Grayscale: #1E1E1E. Windows color (decimal): -13560545 or 2037041. OLE color: 2037041.

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

Color convert

RGB492131-
CMYK00.570.370.81
HSL338.57º40%13.73%-
HSV(B)338.57º57.14%19.22%-
XYZ1.781.291.45-
YUV30.51128.28141.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=48.51%
G=20.79%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49213100.570.370.81338.574013.73
Hex31151F039255115328e
Octal612537071451215235016
Binary1100011010111111011100110010110100011010100111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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