#31151E

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

Shades of Temptress #31151E

Tints of Temptress #31151E

Color information

#31151E (or 0x31151E) is unknown color: approx Temptress. HEX triplet: 31, 15 and 1E. RGB value is (49,21,30). Sum of RGB (Red+Green+Blue) = 49+21+30=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31151E is #CEEAE1. Grayscale: #1E1E1E. Windows color (decimal): -13560546 or 1971505. OLE color: 1971505.

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

Color convert

RGB492130-
CMYK00.570.390.81
HSL340.71º40%13.73%-
HSV(B)340.71º57.14%19.22%-
XYZ1.771.281.38-
YUV30.4127.78141.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 30 (12.11% from 255) = 30%
R=49%
G=21%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49213000.570.390.81340.714013.73
Hex31151E039275115528e
Octal612536071471215255016
Binary1100011010111110011100110011110100011010101011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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