#351F25

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

Shades of Temptress #351F25

Tints of Temptress #351F25

Color information

#351F25 (or 0x351F25) is unknown color: approx Temptress. HEX triplet: 35, 1F and 25. RGB value is (53,31,37). Sum of RGB (Red+Green+Blue) = 53+31+37=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #351F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F25 is #CAE0DA. Grayscale: #262626. Windows color (decimal): -13295835 or 2432821. OLE color: 2432821.

HSL color Cylindrical-coordinate representation of color #351F25: hue angle of 343.64º 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 #351F25 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB533137-
CMYK00.420.300.79
HSL343.64º26.19%16.47%-
HSV(B)343.64º41.51%20.78%-
XYZ2.291.871.99-
YUV38.26127.29138.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=43.80%
G=25.62%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53313700.420.300.79343.6426.1916.47
Hex351F2502A1E4F1581a10
Octal653745052361175303220
Binary1101011111110010101010101111010011111010110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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