Shades of Bistre #38281F
Tints of Bistre #38281F
RGB
CMYK
RGB Variations
Color information
#38281F (or 0x38281F) is known color: Bistre. HEX triplet: 38, 28 and 1F. RGB value is (56,40,31). Sum of RGB (Red+Green+Blue) = 56+40+31=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #38281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38281F is #C7D7E0. Grayscale: #2B2B2B. Windows color (decimal): -13096929 or 2041912. OLE color: 2041912.
HSL color Cylindrical-coordinate representation of color #38281F: hue angle of 21.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38281F is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 40 | 31 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.78 |
| HSL | 21.6º | 0.29% | 0.17% | - |
| HSV(B) | 21.6º | 0.45% | 0.22% | - |
| XYZ | 2.64 | 2.46 | 1.63 | - |
| YUV | 43.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 31 | 0 | 0.29 | 0.45 | 0.78 | 21.6 | 0.29 | 0.17 |
| Hex | 38 | 28 | 1F | 0 | 1D | 2D | 4E | 16 | 1D | 11 |
| Octal | 70 | 50 | 37 | 0 | 35 | 55 | 116 | 26 | 35 | 21 |
| Binary | 111000 | 101000 | 11111 | 0 | 11101 | 101101 | 1001110 | 10110 | 11101 | 10001 |
Color Harmonies of #38281F
Complementary color
Monochromatic Colors of #38281F
Black with #38281F
Text Example
Text Example
White with #38281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38281F; }
p { color: rgb(56,40,31); }
H1.HeaderClassName
{
color: #38281F;
}
.AnyTagClassName
{
color: #38281F;
}
</style>
background-color css
<style>
a { background-color: #38281F; }
a { background-color: rgb(56,40,31); }
div.DivClassName
{
background-color: #38281F;
}
.BgClassName
{
background-color: #38281F;
}
</style>
border-color css
<style>
span { border-color: #38281F; }
span { border-color: rgb(56,40,31); }
td.TdClassName
{
border-color: #38281F;
}
.TagClassName
{
border-color: #38281F;
}
</style>