#341C25

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

Shades of Temptress #341C25

Tints of Temptress #341C25

Color information

#341C25 (or 0x341C25) is unknown color: approx Temptress. HEX triplet: 34, 1C and 25. RGB value is (52,28,37). Sum of RGB (Red+Green+Blue) = 52+28+37=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #341C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C25 is #CBE3DA. Grayscale: #242424. Windows color (decimal): -13362139 or 2432052. OLE color: 2432052.

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

Color convert

RGB522837-
CMYK00.460.290.80
HSL337.5º30%15.69%-
HSV(B)337.5º46.15%20.39%-
XYZ2.171.691.96-
YUV36.2128.45139.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 28 (11.33% from 255) = 23.93%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=44.44%
G=23.93%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52283700.460.290.80337.53015.69
Hex341C2502E1D501521e10
Octal643445056351205223620
Binary1101001110010010101011101110110100001010100101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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