#3B2025

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

Shades of Temptress #3B2025

Tints of Temptress #3B2025

Color information

#3B2025 (or 0x3B2025) is unknown color: approx Temptress. HEX triplet: 3B, 20 and 25. RGB value is (59,32,37). Sum of RGB (Red+Green+Blue) = 59+32+37=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2025 is #C4DFDA. Grayscale: #282828. Windows color (decimal): -12902363 or 2433083. OLE color: 2433083.

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

Color convert

RGB593237-
CMYK00.460.370.77
HSL348.89º29.67%17.84%-
HSV(B)348.89º45.76%23.14%-
XYZ2.652.12.02-
YUV40.64125.95141.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.09%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=46.09%
G=25%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59323700.460.370.77348.8929.6717.84
Hex3B202502E254D15d1e12
Octal734045056451155353622
Binary111011100000100101010111010010110011011010111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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