#341D25

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

Shades of Temptress #341D25

Tints of Temptress #341D25

Color information

#341D25 (or 0x341D25) is unknown color: approx Temptress. HEX triplet: 34, 1D and 25. RGB value is (52,29,37). Sum of RGB (Red+Green+Blue) = 52+29+37=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #341D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D25 is #CBE2DA. Grayscale: #242424. Windows color (decimal): -13361883 or 2432308. OLE color: 2432308.

HSL color Cylindrical-coordinate representation of color #341D25: hue angle of 339.13º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D25 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB522937-
CMYK00.440.290.80
HSL339.13º28.4%15.88%-
HSV(B)339.13º44.23%20.39%-
XYZ2.191.741.97-
YUV36.79128.12138.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=44.07%
G=24.58%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52293700.440.290.80339.1328.415.88
Hex341D2502C1D501531c10
Octal643545054351205233420
Binary1101001110110010101011001110110100001010100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,29,37); }

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

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

 a { background-color: rgb(52,29,37); }

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

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

 span { border-color: rgb(52,29,37); }

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