Shades of Tolopea #292133
Tints of Tolopea #292133
RGB
CMYK
RGB Variations
Color information
#292133 (or 0x292133) is known color: Tolopea. HEX triplet: 29, 21 and 33. RGB value is (41,33,51). Sum of RGB (Red+Green+Blue) = 41+33+51=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 51 - color contains mainly: blue. Hex color #292133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292133 is #D6DECC. Grayscale: #252525. Windows color (decimal): -14081741 or 3350825. OLE color: 3350825.
HSL color Cylindrical-coordinate representation of color #292133: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #292133 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 33 | 51 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.8 |
| HSL | 266.67º | 0.21% | 0.16% | - |
| HSV(B) | 266.67º | 0.35% | 0.2% | - |
| XYZ | 2.06 | 1.8 | 3.37 | - |
| YUV | 37.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 51 | 0.20 | 0.35 | 0 | 0.8 | 266.67 | 0.21 | 0.16 |
| Hex | 29 | 21 | 33 | 14 | 23 | 0 | 50 | 10B | 15 | 10 |
| Octal | 51 | 41 | 63 | 24 | 43 | 0 | 120 | 413 | 25 | 20 |
| Binary | 101001 | 100001 | 110011 | 10100 | 100011 | 0 | 1010000 | 100001011 | 10101 | 10000 |
Color Harmonies of #292133
Complementary color
Monochromatic Colors of #292133
Black with #292133
Text Example
Text Example
White with #292133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292133; }
p { color: rgb(41,33,51); }
H1.HeaderClassName
{
color: #292133;
}
.AnyTagClassName
{
color: #292133;
}
</style>
background-color css
<style>
a { background-color: #292133; }
a { background-color: rgb(41,33,51); }
div.DivClassName
{
background-color: #292133;
}
.BgClassName
{
background-color: #292133;
}
</style>
border-color css
<style>
span { border-color: #292133; }
span { border-color: rgb(41,33,51); }
td.TdClassName
{
border-color: #292133;
}
.TagClassName
{
border-color: #292133;
}
</style>