#2E181F

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

Shades of Temptress #2E181F

Tints of Temptress #2E181F

Color information

#2E181F (or 0x2E181F) is unknown color: approx Temptress. HEX triplet: 2E, 18 and 1F. RGB value is (46,24,31). Sum of RGB (Red+Green+Blue) = 46+24+31=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E181F is #D1E7E0. Grayscale: #1F1F1F. Windows color (decimal): -13756385 or 2037806. OLE color: 2037806.

HSL color Cylindrical-coordinate representation of color #2E181F: hue angle of 340.91º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E181F is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB462431-
CMYK00.480.330.82
HSL340.91º31.43%13.73%-
HSV(B)340.91º47.83%18.04%-
XYZ1.71.331.46-
YUV31.38127.79138.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.54%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=45.54%
G=23.76%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46243100.480.330.82340.9131.4313.73
Hex2E181F03021521551fe
Octal563037060411225253716
Binary101110110001111101100001000011010010101010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,24,31); }

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

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

 a { background-color: rgb(46,24,31); }

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

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

 span { border-color: rgb(46,24,31); }

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