#341B24

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

Shades of Temptress #341B24

Tints of Temptress #341B24

Color information

#341B24 (or 0x341B24) is unknown color: approx Temptress. HEX triplet: 34, 1B and 24. RGB value is (52,27,36). Sum of RGB (Red+Green+Blue) = 52+27+36=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #341B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B24 is #CBE4DB. Grayscale: #232323. Windows color (decimal): -13362396 or 2366260. OLE color: 2366260.

HSL color Cylindrical-coordinate representation of color #341B24: hue angle of 338.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #341B24 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB522736-
CMYK00.480.310.80
HSL338.4º31.65%15.49%-
HSV(B)338.4º48.08%20.39%-
XYZ2.131.641.87-
YUV35.5128.28139.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=45.22%
G=23.48%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52273600.480.310.80338.431.6515.49
Hex341B240301F5015220f
Octal643344060371205224017
Binary1101001101110010001100001111110100001010100101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,27,36); }

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

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

 a { background-color: rgb(52,27,36); }

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

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

 span { border-color: rgb(52,27,36); }

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