#3D291F

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

Shades of Bistre #3D291F

Tints of Bistre #3D291F

Color information

#3D291F (or 0x3D291F) is unknown color: approx Bistre. HEX triplet: 3D, 29 and 1F. RGB value is (61,41,31). Sum of RGB (Red+Green+Blue) = 61+41+31=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D291F is #C2D6E0. Grayscale: #2D2D2D. Windows color (decimal): -12768993 or 2042173. OLE color: 2042173.

HSL color Cylindrical-coordinate representation of color #3D291F: hue angle of 20º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D291F is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB614131-
CMYK00.330.490.76
HSL20º32.61%18.04%-
HSV(B)20º49.18%23.92%-
XYZ2.962.681.66-
YUV45.84119.63138.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.86%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=45.86%
G=30.83%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61413100.330.490.762032.6118.04
Hex3D291F021314C142112
Octal75513704161114244122
Binary11110110100111111010000111000110011001010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,31); }

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

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

 a { background-color: rgb(61,41,31); }

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

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

 span { border-color: rgb(61,41,31); }

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