#3B291C

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

Shades of Bistre #3B291C

Tints of Bistre #3B291C

Color information

#3B291C (or 0x3B291C) is unknown color: approx Bistre. HEX triplet: 3B, 29 and 1C. RGB value is (59,41,28). Sum of RGB (Red+Green+Blue) = 59+41+28=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B291C is #C4D6E3. Grayscale: #2C2C2C. Windows color (decimal): -12900068 or 1845563. OLE color: 1845563.

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

Color convert

RGB594128-
CMYK00.310.530.77
HSL25.16º35.63%17.06%-
HSV(B)25.16º52.54%23.14%-
XYZ2.812.61.45-
YUV44.9118.46138.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.09%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=46.09%
G=32.03%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59412800.310.530.7725.1635.6317.06
Hex3B291C01F354D192411
Octal73513403765115314421
Binary1110111010011110001111111010110011011100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,28); }

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

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

 a { background-color: rgb(59,41,28); }

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

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

 span { border-color: rgb(59,41,28); }

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