#351D25

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

Shades of Temptress #351D25

Tints of Temptress #351D25

Color information

#351D25 (or 0x351D25) is unknown color: approx Temptress. HEX triplet: 35, 1D and 25. RGB value is (53,29,37). Sum of RGB (Red+Green+Blue) = 53+29+37=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #351D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D25 is #CAE2DA. Grayscale: #252525. Windows color (decimal): -13296347 or 2432309. OLE color: 2432309.

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

Color convert

RGB532937-
CMYK00.450.300.79
HSL340º29.27%16.08%-
HSV(B)340º45.28%20.78%-
XYZ2.241.771.97-
YUV37.09127.95139.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=44.54%
G=24.37%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53293700.450.300.7934029.2716.08
Hex351D2502D1E4F1541d10
Octal653545055361175243520
Binary1101011110110010101011011111010011111010101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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