#311B1F

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

Shades of Temptress #311B1F

Tints of Temptress #311B1F

Color information

#311B1F (or 0x311B1F) is unknown color: approx Temptress. HEX triplet: 31, 1B and 1F. RGB value is (49,27,31). Sum of RGB (Red+Green+Blue) = 49+27+31=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #311B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B1F is #CEE4E0. Grayscale: #222222. Windows color (decimal): -13559009 or 2038577. OLE color: 2038577.

HSL color Cylindrical-coordinate representation of color #311B1F: hue angle of 349.09º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #311B1F is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB492731-
CMYK00.450.370.81
HSL349.09º28.95%14.9%-
HSV(B)349.09º44.9%19.22%-
XYZ1.911.541.49-
YUV34.03126.29138.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=45.79%
G=25.23%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49273100.450.370.81349.0928.9514.9
Hex311B1F02D255115d1df
Octal613337055451215353517
Binary110001110111111101011011001011010001101011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311B1F; }

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

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

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

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

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

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

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

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