#2E111D

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

Shades of Temptress #2E111D

Tints of Temptress #2E111D

Color information

#2E111D (or 0x2E111D) is unknown color: approx Temptress. HEX triplet: 2E, 11 and 1D. RGB value is (46,17,29). Sum of RGB (Red+Green+Blue) = 46+17+29=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E111D is #D1EEE2. Grayscale: #1B1B1B. Windows color (decimal): -13758179 or 1904942. OLE color: 1904942.

HSL color Cylindrical-coordinate representation of color #2E111D: hue angle of 335.17º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E111D is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.82.

Color convert

RGB461729-
CMYK00.630.370.82
HSL335.17º46.03%12.35%-
HSV(B)335.17º63.04%18.04%-
XYZ1.551.071.29-
YUV27.04129.11141.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=50%
G=18.48%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46172900.630.370.82335.1746.0312.35
Hex2E111D03F255214f2ec
Octal562135077451225175614
Binary1011101000111101011111110010110100101010011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E111D; }

 p { color: rgb(46,17,29); }

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

<style>
 a { background-color: #2E111D; }

 a { background-color: rgb(46,17,29); }

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

<style>
 span { border-color: #2E111D; }

 span { border-color: rgb(46,17,29); }

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