Shades of Tolopea #34313B
Tints of Tolopea #34313B
RGB
CMYK
RGB Variations
Color information
#34313B (or 0x34313B) is known color: Tolopea. HEX triplet: 34, 31 and 3B. RGB value is (52,49,59). Sum of RGB (Red+Green+Blue) = 52+49+59=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 59 - color contains mainly: blue. Hex color #34313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34313B is #CBCEC4. Grayscale: #333333. Windows color (decimal): -13356741 or 3879220. OLE color: 3879220.
HSL color Cylindrical-coordinate representation of color #34313B: hue angle of 258º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #34313B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 49 | 59 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.77 |
| HSL | 258º | 0.09% | 0.21% | - |
| HSV(B) | 258º | 0.17% | 0.23% | - |
| XYZ | 3.3 | 3.24 | 4.59 | - |
| YUV | 51.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 59 | 0.12 | 0.17 | 0 | 0.77 | 258 | 0.09 | 0.21 |
| Hex | 34 | 31 | 3B | C | 11 | 0 | 4D | 102 | 9 | 15 |
| Octal | 64 | 61 | 73 | 14 | 21 | 0 | 115 | 402 | 11 | 25 |
| Binary | 110100 | 110001 | 111011 | 1100 | 10001 | 0 | 1001101 | 100000010 | 1001 | 10101 |
Color Harmonies of #34313B
Complementary color
Monochromatic Colors of #34313B
Black with #34313B
Text Example
Text Example
White with #34313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34313B; }
p { color: rgb(52,49,59); }
H1.HeaderClassName
{
color: #34313B;
}
.AnyTagClassName
{
color: #34313B;
}
</style>
background-color css
<style>
a { background-color: #34313B; }
a { background-color: rgb(52,49,59); }
div.DivClassName
{
background-color: #34313B;
}
.BgClassName
{
background-color: #34313B;
}
</style>
border-color css
<style>
span { border-color: #34313B; }
span { border-color: rgb(52,49,59); }
td.TdClassName
{
border-color: #34313B;
}
.TagClassName
{
border-color: #34313B;
}
</style>