#351F27

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

Shades of Temptress #351F27

Tints of Temptress #351F27

Color information

#351F27 (or 0x351F27) is unknown color: approx Temptress. HEX triplet: 35, 1F and 27. RGB value is (53,31,39). Sum of RGB (Red+Green+Blue) = 53+31+39=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #351F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F27 is #CAE0D8. Grayscale: #262626. Windows color (decimal): -13295833 or 2563893. OLE color: 2563893.

HSL color Cylindrical-coordinate representation of color #351F27: hue angle of 338.18º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #351F27 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB533139-
CMYK00.420.260.79
HSL338.18º26.19%16.47%-
HSV(B)338.18º41.51%20.78%-
XYZ2.321.882.16-
YUV38.49128.29138.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.09%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=43.09%
G=25.20%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53313900.420.260.79338.1826.1916.47
Hex351F2702A1A4F1521a10
Octal653747052321175223220
Binary1101011111110011101010101101010011111010100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,31,39); }

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

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

 a { background-color: rgb(53,31,39); }

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

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

 span { border-color: rgb(53,31,39); }

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