#340E1C

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

Shades of Temptress #340E1C

Tints of Temptress #340E1C

Color information

#340E1C (or 0x340E1C) is unknown color: approx Temptress. HEX triplet: 34, 0E and 1C. RGB value is (52,14,28). Sum of RGB (Red+Green+Blue) = 52+14+28=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #340E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E1C is #CBF1E3. Grayscale: #1A1A1A. Windows color (decimal): -13365732 or 1838644. OLE color: 1838644.

HSL color Cylindrical-coordinate representation of color #340E1C: hue angle of 337.89º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E1C is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB521428-
CMYK00.730.460.80
HSL337.89º57.58%12.94%-
HSV(B)337.89º73.08%20.39%-
XYZ1.781.131.22-
YUV26.96128.59145.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=55.32%
G=14.89%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52142800.730.460.80337.8957.5812.94
Hex34E1C0492E501523ad
Octal6416340111561205227215
Binary1101001110111000100100110111010100001010100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340E1C; }

 p { color: rgb(52,14,28); }

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

<style>
 a { background-color: #340E1C; }

 a { background-color: rgb(52,14,28); }

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

<style>
 span { border-color: #340E1C; }

 span { border-color: rgb(52,14,28); }

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