Shades of Brown Pod #291101
Tints of Brown Pod #291101
RGB
CMYK
RGB Variations
Color information
#291101 (or 0x291101) is known color: Brown Pod. HEX triplet: 29, 11 and 01. RGB value is (41,17,1). Sum of RGB (Red+Green+Blue) = 41+17+1=59 (7% of max value = 765). Red value is 41 (16.41% from 255 or 69.49% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 41 - color contains mainly: red. Hex color #291101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291101 is #D6EEFE. Grayscale: #161616. Windows color (decimal): -14085887 or 69929. OLE color: 69929.
HSL color Cylindrical-coordinate representation of color #291101: hue angle of 24º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #291101 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 17 | 1 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.84 |
| HSL | 24º | 0.95% | 0.08% | - |
| HSV(B) | 24º | 0.98% | 0.16% | - |
| XYZ | 1.12 | 0.87 | 0.14 | - |
| YUV | 22.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 1 | 0 | 0.59 | 0.98 | 0.84 | 24 | 0.95 | 0.08 |
| Hex | 29 | 11 | 1 | 0 | 3B | 62 | 54 | 18 | 5F | 8 |
| Octal | 51 | 21 | 1 | 0 | 73 | 142 | 124 | 30 | 137 | 10 |
| Binary | 101001 | 10001 | 1 | 0 | 111011 | 1100010 | 1010100 | 11000 | 1011111 | 1000 |
Color Harmonies of #291101
Complementary color
Monochromatic Colors of #291101
Black with #291101
Text Example
Text Example
White with #291101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291101; }
p { color: rgb(41,17,1); }
H1.HeaderClassName
{
color: #291101;
}
.AnyTagClassName
{
color: #291101;
}
</style>
background-color css
<style>
a { background-color: #291101; }
a { background-color: rgb(41,17,1); }
div.DivClassName
{
background-color: #291101;
}
.BgClassName
{
background-color: #291101;
}
</style>
border-color css
<style>
span { border-color: #291101; }
span { border-color: rgb(41,17,1); }
td.TdClassName
{
border-color: #291101;
}
.TagClassName
{
border-color: #291101;
}
</style>