Shades of Tolopea #33293D
Tints of Tolopea #33293D
RGB
CMYK
RGB Variations
Color information
#33293D (or 0x33293D) is known color: Tolopea. HEX triplet: 33, 29 and 3D. RGB value is (51,41,61). Sum of RGB (Red+Green+Blue) = 51+41+61=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #33293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33293D is #CCD6C2. Grayscale: #2E2E2E. Windows color (decimal): -13424323 or 4008243. OLE color: 4008243.
HSL color Cylindrical-coordinate representation of color #33293D: hue angle of 270º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #33293D is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 41 | 61 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.76 |
| HSL | 270º | 0.2% | 0.2% | - |
| HSV(B) | 270º | 0.33% | 0.24% | - |
| XYZ | 3 | 2.63 | 4.76 | - |
| YUV | 46.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 61 | 0.16 | 0.33 | 0 | 0.76 | 270 | 0.2 | 0.2 |
| Hex | 33 | 29 | 3D | 10 | 21 | 0 | 4C | 10E | 14 | 14 |
| Octal | 63 | 51 | 75 | 20 | 41 | 0 | 114 | 416 | 24 | 24 |
| Binary | 110011 | 101001 | 111101 | 10000 | 100001 | 0 | 1001100 | 100001110 | 10100 | 10100 |
Color Harmonies of #33293D
Complementary color
Monochromatic Colors of #33293D
Black with #33293D
Text Example
Text Example
White with #33293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33293D; }
p { color: rgb(51,41,61); }
H1.HeaderClassName
{
color: #33293D;
}
.AnyTagClassName
{
color: #33293D;
}
</style>
background-color css
<style>
a { background-color: #33293D; }
a { background-color: rgb(51,41,61); }
div.DivClassName
{
background-color: #33293D;
}
.BgClassName
{
background-color: #33293D;
}
</style>
border-color css
<style>
span { border-color: #33293D; }
span { border-color: rgb(51,41,61); }
td.TdClassName
{
border-color: #33293D;
}
.TagClassName
{
border-color: #33293D;
}
</style>