Shades of Tolopea #291E38
Tints of Tolopea #291E38
RGB
CMYK
RGB Variations
Color information
#291E38 (or 0x291E38) is known color: Tolopea. HEX triplet: 29, 1E and 38. RGB value is (41,30,56). Sum of RGB (Red+Green+Blue) = 41+30+56=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #291E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E38 is #D6E1C7. Grayscale: #242424. Windows color (decimal): -14082504 or 3677737. OLE color: 3677737.
HSL color Cylindrical-coordinate representation of color #291E38: hue angle of 265.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 #291E38 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 30 | 56 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.78 |
| HSL | 265.38º | 0.3% | 0.17% | - |
| HSV(B) | 265.38º | 0.46% | 0.22% | - |
| XYZ | 2.09 | 1.69 | 3.96 | - |
| YUV | 36.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 56 | 0.27 | 0.46 | 0 | 0.78 | 265.38 | 0.3 | 0.17 |
| Hex | 29 | 1E | 38 | 1B | 2E | 0 | 4E | 109 | 1E | 11 |
| Octal | 51 | 36 | 70 | 33 | 56 | 0 | 116 | 411 | 36 | 21 |
| Binary | 101001 | 11110 | 111000 | 11011 | 101110 | 0 | 1001110 | 100001001 | 11110 | 10001 |
Color Harmonies of #291E38
Complementary color
Monochromatic Colors of #291E38
Black with #291E38
Text Example
Text Example
White with #291E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E38; }
p { color: rgb(41,30,56); }
H1.HeaderClassName
{
color: #291E38;
}
.AnyTagClassName
{
color: #291E38;
}
</style>
background-color css
<style>
a { background-color: #291E38; }
a { background-color: rgb(41,30,56); }
div.DivClassName
{
background-color: #291E38;
}
.BgClassName
{
background-color: #291E38;
}
</style>
border-color css
<style>
span { border-color: #291E38; }
span { border-color: rgb(41,30,56); }
td.TdClassName
{
border-color: #291E38;
}
.TagClassName
{
border-color: #291E38;
}
</style>