Shades of Tolopea #291D3D
Tints of Tolopea #291D3D
RGB
CMYK
RGB Variations
Color information
#291D3D (or 0x291D3D) is known color: Tolopea. HEX triplet: 29, 1D and 3D. RGB value is (41,29,61). Sum of RGB (Red+Green+Blue) = 41+29+61=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #291D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D3D is #D6E2C2. Grayscale: #242424. Windows color (decimal): -14082755 or 4005161. OLE color: 4005161.
HSL color Cylindrical-coordinate representation of color #291D3D: hue angle of 262.5º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #291D3D is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 29 | 61 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.76 |
| HSL | 262.5º | 0.36% | 0.18% | - |
| HSV(B) | 262.5º | 0.52% | 0.24% | - |
| XYZ | 2.2 | 1.69 | 4.62 | - |
| YUV | 36.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 61 | 0.33 | 0.52 | 0 | 0.76 | 262.5 | 0.36 | 0.18 |
| Hex | 29 | 1D | 3D | 21 | 34 | 0 | 4C | 106 | 24 | 12 |
| Octal | 51 | 35 | 75 | 41 | 64 | 0 | 114 | 406 | 44 | 22 |
| Binary | 101001 | 11101 | 111101 | 100001 | 110100 | 0 | 1001100 | 100000110 | 100100 | 10010 |
Color Harmonies of #291D3D
Complementary color
Monochromatic Colors of #291D3D
Black with #291D3D
Text Example
Text Example
White with #291D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D3D; }
p { color: rgb(41,29,61); }
H1.HeaderClassName
{
color: #291D3D;
}
.AnyTagClassName
{
color: #291D3D;
}
</style>
background-color css
<style>
a { background-color: #291D3D; }
a { background-color: rgb(41,29,61); }
div.DivClassName
{
background-color: #291D3D;
}
.BgClassName
{
background-color: #291D3D;
}
</style>
border-color css
<style>
span { border-color: #291D3D; }
span { border-color: rgb(41,29,61); }
td.TdClassName
{
border-color: #291D3D;
}
.TagClassName
{
border-color: #291D3D;
}
</style>