Shades of Tolopea #2F2941
Tints of Tolopea #2F2941
RGB
CMYK
RGB Variations
Color information
#2F2941 (or 0x2F2941) is known color: Tolopea. HEX triplet: 2F, 29 and 41. RGB value is (47,41,65). Sum of RGB (Red+Green+Blue) = 47+41+65=153 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.72% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F2941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2941 is #D0D6BE. Grayscale: #2D2D2D. Windows color (decimal): -13686463 or 4270383. OLE color: 4270383.
HSL color Cylindrical-coordinate representation of color #2F2941: hue angle of 255º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F2941 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 41 | 65 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.75 |
| HSL | 255º | 0.23% | 0.21% | - |
| HSV(B) | 255º | 0.37% | 0.25% | - |
| XYZ | 2.92 | 2.57 | 5.34 | - |
| YUV | 45.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 65 | 0.28 | 0.37 | 0 | 0.75 | 255 | 0.23 | 0.21 |
| Hex | 2F | 29 | 41 | 1C | 25 | 0 | 4B | FF | 17 | 15 |
| Octal | 57 | 51 | 101 | 34 | 45 | 0 | 113 | 377 | 27 | 25 |
| Binary | 101111 | 101001 | 1000001 | 11100 | 100101 | 0 | 1001011 | 11111111 | 10111 | 10101 |
Color Harmonies of #2F2941
Complementary color
Monochromatic Colors of #2F2941
Black with #2F2941
Text Example
Text Example
White with #2F2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2941; }
p { color: rgb(47,41,65); }
H1.HeaderClassName
{
color: #2F2941;
}
.AnyTagClassName
{
color: #2F2941;
}
</style>
background-color css
<style>
a { background-color: #2F2941; }
a { background-color: rgb(47,41,65); }
div.DivClassName
{
background-color: #2F2941;
}
.BgClassName
{
background-color: #2F2941;
}
</style>
border-color css
<style>
span { border-color: #2F2941; }
span { border-color: rgb(47,41,65); }
td.TdClassName
{
border-color: #2F2941;
}
.TagClassName
{
border-color: #2F2941;
}
</style>