#341F26

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

Shades of Temptress #341F26

Tints of Temptress #341F26

Color information

#341F26 (or 0x341F26) is unknown color: approx Temptress. HEX triplet: 34, 1F and 26. RGB value is (52,31,38). Sum of RGB (Red+Green+Blue) = 52+31+38=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #341F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F26 is #CBE0D9. Grayscale: #262626. Windows color (decimal): -13361370 or 2498356. OLE color: 2498356.

HSL color Cylindrical-coordinate representation of color #341F26: hue angle of 340º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F26 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB523138-
CMYK00.400.270.80
HSL340º25.3%16.27%-
HSV(B)340º40.38%20.39%-
XYZ2.261.852.07-
YUV38.08127.96137.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=42.98%
G=25.62%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52313800.400.270.8034025.316.27
Hex341F260281B501541910
Octal643746050331205243120
Binary1101001111110011001010001101110100001010101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341F26; }

 p { color: rgb(52,31,38); }

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

<style>
 a { background-color: #341F26; }

 a { background-color: rgb(52,31,38); }

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

<style>
 span { border-color: #341F26; }

 span { border-color: rgb(52,31,38); }

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