#331F25

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

Shades of Temptress #331F25

Tints of Temptress #331F25

Color information

#331F25 (or 0x331F25) is unknown color: approx Temptress. HEX triplet: 33, 1F and 25. RGB value is (51,31,37). Sum of RGB (Red+Green+Blue) = 51+31+37=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #331F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F25 is #CCE0DA. Grayscale: #252525. Windows color (decimal): -13426907 or 2432819. OLE color: 2432819.

HSL color Cylindrical-coordinate representation of color #331F25: hue angle of 342º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #331F25 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB513137-
CMYK00.390.270.8
HSL342º24.39%16.08%-
HSV(B)342º39.22%20%-
XYZ2.191.821.99-
YUV37.66127.63137.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.86%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=42.86%
G=26.05%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51313700.390.270.834224.3916.08
Hex331F250271B501561810
Octal633745047331205263020
Binary1100111111110010101001111101110100001010101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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