#3B2126

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

Shades of Temptress #3B2126

Tints of Temptress #3B2126

Color information

#3B2126 (or 0x3B2126) is unknown color: approx Temptress. HEX triplet: 3B, 21 and 26. RGB value is (59,33,38). Sum of RGB (Red+Green+Blue) = 59+33+38=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2126 is #C4DED9. Grayscale: #292929. Windows color (decimal): -12902106 or 2498875. OLE color: 2498875.

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

Color convert

RGB593338-
CMYK00.440.360.77
HSL348.46º28.26%18.04%-
HSV(B)348.46º44.07%23.14%-
XYZ2.72.162.11-
YUV41.34126.11140.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.38%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=45.38%
G=25.38%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59333800.440.360.77348.4628.2618.04
Hex3B212602C244D15c1c12
Octal734146054441155343422
Binary111011100001100110010110010010010011011010111001110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,33,38); }

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

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

 a { background-color: rgb(59,33,38); }

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

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

 span { border-color: rgb(59,33,38); }

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