Shades of Tolopea #29243F
Tints of Tolopea #29243F
RGB
CMYK
RGB Variations
Color information
#29243F (or 0x29243F) is known color: Tolopea. HEX triplet: 29, 24 and 3F. RGB value is (41,36,63). Sum of RGB (Red+Green+Blue) = 41+36+63=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #29243F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29243F is #D6DBC0. Grayscale: #282828. Windows color (decimal): -14080961 or 4138025. OLE color: 4138025.
HSL color Cylindrical-coordinate representation of color #29243F: hue angle of 251.11º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29243F is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 36 | 63 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.75 |
| HSL | 251.11º | 0.27% | 0.19% | - |
| HSV(B) | 251.11º | 0.43% | 0.25% | - |
| XYZ | 2.44 | 2.09 | 4.98 | - |
| YUV | 40.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 63 | 0.35 | 0.43 | 0 | 0.75 | 251.11 | 0.27 | 0.19 |
| Hex | 29 | 24 | 3F | 23 | 2B | 0 | 4B | FB | 1B | 13 |
| Octal | 51 | 44 | 77 | 43 | 53 | 0 | 113 | 373 | 33 | 23 |
| Binary | 101001 | 100100 | 111111 | 100011 | 101011 | 0 | 1001011 | 11111011 | 11011 | 10011 |
Color Harmonies of #29243F
Complementary color
Monochromatic Colors of #29243F
Black with #29243F
Text Example
Text Example
White with #29243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29243F; }
p { color: rgb(41,36,63); }
H1.HeaderClassName
{
color: #29243F;
}
.AnyTagClassName
{
color: #29243F;
}
</style>
background-color css
<style>
a { background-color: #29243F; }
a { background-color: rgb(41,36,63); }
div.DivClassName
{
background-color: #29243F;
}
.BgClassName
{
background-color: #29243F;
}
</style>
border-color css
<style>
span { border-color: #29243F; }
span { border-color: rgb(41,36,63); }
td.TdClassName
{
border-color: #29243F;
}
.TagClassName
{
border-color: #29243F;
}
</style>