#3F291D

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

Shades of Bistre #3F291D

Tints of Bistre #3F291D

Color information

#3F291D (or 0x3F291D) is unknown color: approx Bistre. HEX triplet: 3F, 29 and 1D. RGB value is (63,41,29). Sum of RGB (Red+Green+Blue) = 63+41+29=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F291D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F291D is #C0D6E2. Grayscale: #2E2E2E. Windows color (decimal): -12637923 or 1911103. OLE color: 1911103.

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

Color convert

RGB634129-
CMYK00.350.540.75
HSL21.18º36.96%18.04%-
HSV(B)21.18º53.97%24.71%-
XYZ3.062.731.53-
YUV46.21118.29139.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 29 (11.72% from 255) = 21.80%
R=47.37%
G=30.83%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63412900.350.540.7521.1836.9618.04
Hex3F291D023364B152512
Octal77513504366113254522
Binary11111110100111101010001111011010010111010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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