#3F291B

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

Shades of Bistre #3F291B

Tints of Bistre #3F291B

Color information

#3F291B (or 0x3F291B) is unknown color: approx Bistre. HEX triplet: 3F, 29 and 1B. RGB value is (63,41,27). Sum of RGB (Red+Green+Blue) = 63+41+27=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F291B is #C0D6E4. Grayscale: #2E2E2E. Windows color (decimal): -12637925 or 1780031. OLE color: 1780031.

HSL color Cylindrical-coordinate representation of color #3F291B: hue angle of 23.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F291B is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB634127-
CMYK00.350.570.75
HSL23.33º40%17.65%-
HSV(B)23.33º57.14%24.71%-
XYZ3.042.721.4-
YUV45.98117.29140.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.09%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=48.09%
G=31.30%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63412700.350.570.7523.334017.65
Hex3F291B023394B172812
Octal77513304371113275022
Binary11111110100111011010001111100110010111011110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,27); }

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

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

 a { background-color: rgb(63,41,27); }

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

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

 span { border-color: rgb(63,41,27); }

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