#3B2225

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

Shades of Temptress #3B2225

Tints of Temptress #3B2225

Color information

#3B2225 (or 0x3B2225) is unknown color: approx Temptress. HEX triplet: 3B, 22 and 25. RGB value is (59,34,37). Sum of RGB (Red+Green+Blue) = 59+34+37=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2225 is #C4DDDA. Grayscale: #292929. Windows color (decimal): -12901851 or 2433595. OLE color: 2433595.

HSL color Cylindrical-coordinate representation of color #3B2225: hue angle of 352.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B2225 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB593437-
CMYK00.420.370.77
HSL352.8º26.88%18.24%-
HSV(B)352.8º42.37%23.14%-
XYZ2.712.212.03-
YUV41.82125.28140.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.38%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=45.38%
G=26.15%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59343700.420.370.77352.826.8818.24
Hex3B222502A254D1611b12
Octal734245052451155413322
Binary111011100010100101010101010010110011011011000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2225; }

 p { color: rgb(59,34,37); }

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

<style>
 a { background-color: #3B2225; }

 a { background-color: rgb(59,34,37); }

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

<style>
 span { border-color: #3B2225; }

 span { border-color: rgb(59,34,37); }

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