#3E252B

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

Shades of Temptress #3E252B

Tints of Temptress #3E252B

Color information

#3E252B (or 0x3E252B) is unknown color: approx Temptress. HEX triplet: 3E, 25 and 2B. RGB value is (62,37,43). Sum of RGB (Red+Green+Blue) = 62+37+43=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E252B is #C1DAD4. Grayscale: #2D2D2D. Windows color (decimal): -12704469 or 2827582. OLE color: 2827582.

HSL color Cylindrical-coordinate representation of color #3E252B: hue angle of 345.6º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E252B is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB623743-
CMYK00.400.310.76
HSL345.6º25.25%19.41%-
HSV(B)345.6º40.32%24.31%-
XYZ3.082.522.61-
YUV45.16126.78140.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 37 (14.84% from 255) = 26.06%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=43.66%
G=26.06%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62374300.400.310.76345.625.2519.41
Hex3E252B0281F4C15a1913
Octal764553050371145323123
Binary11111010010110101101010001111110011001010110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,37,43); }

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

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

 a { background-color: rgb(62,37,43); }

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

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

 span { border-color: rgb(62,37,43); }

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