#31131D

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

Shades of Temptress #31131D

Tints of Temptress #31131D

Color information

#31131D (or 0x31131D) is unknown color: approx Temptress. HEX triplet: 31, 13 and 1D. RGB value is (49,19,29). Sum of RGB (Red+Green+Blue) = 49+19+29=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31131D is #CEECE2. Grayscale: #1D1D1D. Windows color (decimal): -13561059 or 1905457. OLE color: 1905457.

HSL color Cylindrical-coordinate representation of color #31131D: hue angle of 340º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31131D is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB491929-
CMYK00.610.410.81
HSL340º44.12%13.33%-
HSV(B)340º61.22%19.22%-
XYZ1.721.211.3-
YUV29.11127.94142.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=50.52%
G=19.59%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49192900.610.410.8134044.1213.33
Hex31131D03D29511542cd
Octal612335075511215245415
Binary1100011001111101011110110100110100011010101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31131D; }

 p { color: rgb(49,19,29); }

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

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

 a { background-color: rgb(49,19,29); }

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

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

 span { border-color: rgb(49,19,29); }

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