Shades of Bistre #41240B
Tints of Bistre #41240B
RGB
CMYK
RGB Variations
Color information
#41240B (or 0x41240B) is known color: Bistre. HEX triplet: 41, 24 and 0B. RGB value is (65,36,11). Sum of RGB (Red+Green+Blue) = 65+36+11=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41240B is #BEDBF4. Grayscale: #292929. Windows color (decimal): -12508149 or 730177. OLE color: 730177.
HSL color Cylindrical-coordinate representation of color #41240B: hue angle of 27.78º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41240B is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 36 | 11 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.75 |
| HSL | 27.78º | 0.71% | 0.15% | - |
| HSV(B) | 27.78º | 0.83% | 0.25% | - |
| XYZ | 2.87 | 2.41 | 0.63 | - |
| YUV | 41.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 11 | 0 | 0.45 | 0.83 | 0.75 | 27.78 | 0.71 | 0.15 |
| Hex | 41 | 24 | B | 0 | 2D | 53 | 4B | 1C | 47 | F |
| Octal | 101 | 44 | 13 | 0 | 55 | 123 | 113 | 34 | 107 | 17 |
| Binary | 1000001 | 100100 | 1011 | 0 | 101101 | 1010011 | 1001011 | 11100 | 1000111 | 1111 |
Color Harmonies of #41240B
Complementary color
Monochromatic Colors of #41240B
Black with #41240B
Text Example
Text Example
White with #41240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41240B; }
p { color: rgb(65,36,11); }
H1.HeaderClassName
{
color: #41240B;
}
.AnyTagClassName
{
color: #41240B;
}
</style>
background-color css
<style>
a { background-color: #41240B; }
a { background-color: rgb(65,36,11); }
div.DivClassName
{
background-color: #41240B;
}
.BgClassName
{
background-color: #41240B;
}
</style>
border-color css
<style>
span { border-color: #41240B; }
span { border-color: rgb(65,36,11); }
td.TdClassName
{
border-color: #41240B;
}
.TagClassName
{
border-color: #41240B;
}
</style>