#3F271A

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

Shades of Bistre #3F271A

Tints of Bistre #3F271A

Color information

#3F271A (or 0x3F271A) is unknown color: approx Bistre. HEX triplet: 3F, 27 and 1A. RGB value is (63,39,26). Sum of RGB (Red+Green+Blue) = 63+39+26=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F271A is #C0D8E5. Grayscale: #2C2C2C. Windows color (decimal): -12638438 or 1713983. OLE color: 1713983.

HSL color Cylindrical-coordinate representation of color #3F271A: hue angle of 21.08º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F271A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB633926-
CMYK00.380.590.75
HSL21.08º41.57%17.45%-
HSV(B)21.08º58.73%24.71%-
XYZ2.962.581.32-
YUV44.69117.45141.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.22%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=49.22%
G=30.47%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63392600.380.590.7521.0841.5717.45
Hex3F271A0263B4B152a11
Octal77473204673113255221
Binary11111110011111010010011011101110010111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,39,26); }

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

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

 a { background-color: rgb(63,39,26); }

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

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

 span { border-color: rgb(63,39,26); }

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