#2E1920

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

Shades of Temptress #2E1920

Tints of Temptress #2E1920

Color information

#2E1920 (or 0x2E1920) is unknown color: approx Temptress. HEX triplet: 2E, 19 and 20. RGB value is (46,25,32). Sum of RGB (Red+Green+Blue) = 46+25+32=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1920 is #D1E6DF. Grayscale: #202020. Windows color (decimal): -13756128 or 2103598. OLE color: 2103598.

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

Color convert

RGB462532-
CMYK00.460.300.82
HSL340º29.58%13.92%-
HSV(B)340º45.65%18.04%-
XYZ1.741.381.54-
YUV32.08127.96137.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.66%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=44.66%
G=24.27%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46253200.460.300.8234029.5813.92
Hex2E192002E1E521541ee
Octal563140056361225243616
Binary101110110011000000101110111101010010101010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,25,32); }

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

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

 a { background-color: rgb(46,25,32); }

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

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

 span { border-color: rgb(46,25,32); }

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