#351A24

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

Shades of Temptress #351A24

Tints of Temptress #351A24

Color information

#351A24 (or 0x351A24) is unknown color: approx Temptress. HEX triplet: 35, 1A and 24. RGB value is (53,26,36). Sum of RGB (Red+Green+Blue) = 53+26+36=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #351A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A24 is #CAE5DB. Grayscale: #232323. Windows color (decimal): -13297116 or 2366005. OLE color: 2366005.

HSL color Cylindrical-coordinate representation of color #351A24: hue angle of 337.78º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A24 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB532636-
CMYK00.510.320.79
HSL337.78º34.18%15.49%-
HSV(B)337.78º50.94%20.78%-
XYZ2.161.621.87-
YUV35.21128.45140.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=46.09%
G=22.61%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53263600.510.320.79337.7834.1815.49
Hex351A24033204F15222f
Octal653244063401175224217
Binary11010111010100100011001110000010011111010100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A24; }

 p { color: rgb(53,26,36); }

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

<style>
 a { background-color: #351A24; }

 a { background-color: rgb(53,26,36); }

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

<style>
 span { border-color: #351A24; }

 span { border-color: rgb(53,26,36); }

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