Shades of Bistre #392A1F
Tints of Bistre #392A1F
RGB
CMYK
RGB Variations
Color information
#392A1F (or 0x392A1F) is known color: Bistre. HEX triplet: 39, 2A and 1F. RGB value is (57,42,31). Sum of RGB (Red+Green+Blue) = 57+42+31=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #392A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A1F is #C6D5E0. Grayscale: #2D2D2D. Windows color (decimal): -13030881 or 2042425. OLE color: 2042425.
HSL color Cylindrical-coordinate representation of color #392A1F: hue angle of 25.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #392A1F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 31 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.78 |
| HSL | 25.38º | 0.3% | 0.17% | - |
| HSV(B) | 25.38º | 0.46% | 0.22% | - |
| XYZ | 2.76 | 2.62 | 1.66 | - |
| YUV | 45.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 31 | 0 | 0.26 | 0.46 | 0.78 | 25.38 | 0.3 | 0.17 |
| Hex | 39 | 2A | 1F | 0 | 1A | 2E | 4E | 19 | 1E | 11 |
| Octal | 71 | 52 | 37 | 0 | 32 | 56 | 116 | 31 | 36 | 21 |
| Binary | 111001 | 101010 | 11111 | 0 | 11010 | 101110 | 1001110 | 11001 | 11110 | 10001 |
Color Harmonies of #392A1F
Complementary color
Monochromatic Colors of #392A1F
Black with #392A1F
Text Example
Text Example
White with #392A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A1F; }
p { color: rgb(57,42,31); }
H1.HeaderClassName
{
color: #392A1F;
}
.AnyTagClassName
{
color: #392A1F;
}
</style>
background-color css
<style>
a { background-color: #392A1F; }
a { background-color: rgb(57,42,31); }
div.DivClassName
{
background-color: #392A1F;
}
.BgClassName
{
background-color: #392A1F;
}
</style>
border-color css
<style>
span { border-color: #392A1F; }
span { border-color: rgb(57,42,31); }
td.TdClassName
{
border-color: #392A1F;
}
.TagClassName
{
border-color: #392A1F;
}
</style>