#3E262A

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

Shades of Temptress #3E262A

Tints of Temptress #3E262A

Color information

#3E262A (or 0x3E262A) is unknown color: approx Temptress. HEX triplet: 3E, 26 and 2A. RGB value is (62,38,42). Sum of RGB (Red+Green+Blue) = 62+38+42=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E262A is #C1D9D5. Grayscale: #2D2D2D. Windows color (decimal): -12704214 or 2762302. OLE color: 2762302.

HSL color Cylindrical-coordinate representation of color #3E262A: hue angle of 350º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E262A is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB623842-
CMYK00.390.320.76
HSL350º24%19.61%-
HSV(B)350º38.71%24.31%-
XYZ3.12.582.52-
YUV45.63125.95139.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=43.66%
G=26.76%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62384200.390.320.763502419.61
Hex3E262A027204C15e1814
Octal764652047401145363024
Binary111110100110101010010011110000010011001010111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E262A; }

 p { color: rgb(62,38,42); }

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

<style>
 a { background-color: #3E262A; }

 a { background-color: rgb(62,38,42); }

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

<style>
 span { border-color: #3E262A; }

 span { border-color: rgb(62,38,42); }

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