Shades of Tolopea #291E3C
Tints of Tolopea #291E3C
RGB
CMYK
RGB Variations
Color information
#291E3C (or 0x291E3C) is known color: Tolopea. HEX triplet: 29, 1E and 3C. RGB value is (41,30,60). Sum of RGB (Red+Green+Blue) = 41+30+60=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #291E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E3C is #D6E1C3. Grayscale: #242424. Windows color (decimal): -14082500 or 3939881. OLE color: 3939881.
HSL color Cylindrical-coordinate representation of color #291E3C: hue angle of 262º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #291E3C is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 30 | 60 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.76 |
| HSL | 262º | 0.33% | 0.18% | - |
| HSV(B) | 262º | 0.5% | 0.24% | - |
| XYZ | 2.19 | 1.73 | 4.49 | - |
| YUV | 36.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 60 | 0.32 | 0.50 | 0 | 0.76 | 262 | 0.33 | 0.18 |
| Hex | 29 | 1E | 3C | 20 | 32 | 0 | 4C | 106 | 21 | 12 |
| Octal | 51 | 36 | 74 | 40 | 62 | 0 | 114 | 406 | 41 | 22 |
| Binary | 101001 | 11110 | 111100 | 100000 | 110010 | 0 | 1001100 | 100000110 | 100001 | 10010 |
Color Harmonies of #291E3C
Complementary color
Monochromatic Colors of #291E3C
Black with #291E3C
Text Example
Text Example
White with #291E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E3C; }
p { color: rgb(41,30,60); }
H1.HeaderClassName
{
color: #291E3C;
}
.AnyTagClassName
{
color: #291E3C;
}
</style>
background-color css
<style>
a { background-color: #291E3C; }
a { background-color: rgb(41,30,60); }
div.DivClassName
{
background-color: #291E3C;
}
.BgClassName
{
background-color: #291E3C;
}
</style>
border-color css
<style>
span { border-color: #291E3C; }
span { border-color: rgb(41,30,60); }
td.TdClassName
{
border-color: #291E3C;
}
.TagClassName
{
border-color: #291E3C;
}
</style>