#390E1D

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

Shades of Temptress #390E1D

Tints of Temptress #390E1D

Color information

#390E1D (or 0x390E1D) is unknown color: approx Temptress. HEX triplet: 39, 0E and 1D. RGB value is (57,14,29). Sum of RGB (Red+Green+Blue) = 57+14+29=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E1D is #C6F1E2. Grayscale: #1C1C1C. Windows color (decimal): -13038051 or 1904185. OLE color: 1904185.

HSL color Cylindrical-coordinate representation of color #390E1D: hue angle of 339.07º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390E1D is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB571429-
CMYK00.750.490.78
HSL339.07º60.56%13.92%-
HSV(B)339.07º75.44%22.35%-
XYZ2.071.271.3-
YUV28.57128.25148.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57%
GREEN value IS 14 (5.86% from 255) = 14%
BLUE value IS 29 (11.72% from 255) = 29%
R=57%
G=14%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57142900.750.490.78339.0760.5613.92
Hex39E1D04B314E1533de
Octal7116350113611165237516
Binary1110011110111010100101111000110011101010100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390E1D; }

 p { color: rgb(57,14,29); }

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

<style>
 a { background-color: #390E1D; }

 a { background-color: rgb(57,14,29); }

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

<style>
 span { border-color: #390E1D; }

 span { border-color: rgb(57,14,29); }

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