#2E1C22

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

Shades of Temptress #2E1C22

Tints of Temptress #2E1C22

Color information

#2E1C22 (or 0x2E1C22) is unknown color: approx Temptress. HEX triplet: 2E, 1C and 22. RGB value is (46,28,34). Sum of RGB (Red+Green+Blue) = 46+28+34=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1C22 is #D1E3DD. Grayscale: #222222. Windows color (decimal): -13755358 or 2235438. OLE color: 2235438.

HSL color Cylindrical-coordinate representation of color #2E1C22: hue angle of 340º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E1C22 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB462834-
CMYK00.390.260.82
HSL340º24.32%14.51%-
HSV(B)340º39.13%18.04%-
XYZ1.831.531.71-
YUV34.07127.96136.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.59%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=42.59%
G=25.93%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46283400.390.260.8234024.3214.51
Hex2E1C220271A5215418f
Octal563442047321225243017
Binary101110111001000100100111110101010010101010100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,28,34); }

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

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

 a { background-color: rgb(46,28,34); }

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

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

 span { border-color: rgb(46,28,34); }

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