#31141D

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

Shades of Temptress #31141D

Tints of Temptress #31141D

Color information

#31141D (or 0x31141D) is unknown color: approx Temptress. HEX triplet: 31, 14 and 1D. RGB value is (49,20,29). Sum of RGB (Red+Green+Blue) = 49+20+29=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31141D is #CEEBE2. Grayscale: #1D1D1D. Windows color (decimal): -13560803 or 1905713. OLE color: 1905713.

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

Color convert

RGB492029-
CMYK00.590.410.81
HSL341.38º42.03%13.53%-
HSV(B)341.38º59.18%19.22%-
XYZ1.741.241.31-
YUV29.7127.61141.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=50%
G=20.41%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49202900.590.410.81341.3842.0313.53
Hex31141D03B29511552ae
Octal612435073511215255216
Binary1100011010011101011101110100110100011010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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