Shades of Tolopea #2F2938
Tints of Tolopea #2F2938
RGB
CMYK
RGB Variations
Color information
#2F2938 (or 0x2F2938) is known color: Tolopea. HEX triplet: 2F, 29 and 38. RGB value is (47,41,56). Sum of RGB (Red+Green+Blue) = 47+41+56=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F2938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2938 is #D0D6C7. Grayscale: #2C2C2C. Windows color (decimal): -13686472 or 3680559. OLE color: 3680559.
HSL color Cylindrical-coordinate representation of color #2F2938: hue angle of 264º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2F2938 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 47 | 41 | 56 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.78 |
| HSL | 264º | 0.15% | 0.19% | - |
| HSV(B) | 264º | 0.27% | 0.22% | - |
| XYZ | 2.68 | 2.48 | 4.08 | - |
| YUV | 44.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 41 | 56 | 0.16 | 0.27 | 0 | 0.78 | 264 | 0.15 | 0.19 |
| Hex | 2F | 29 | 38 | 10 | 1B | 0 | 4E | 108 | F | 13 |
| Octal | 57 | 51 | 70 | 20 | 33 | 0 | 116 | 410 | 17 | 23 |
| Binary | 101111 | 101001 | 111000 | 10000 | 11011 | 0 | 1001110 | 100001000 | 1111 | 10011 |
Color Harmonies of #2F2938
Complementary color
Monochromatic Colors of #2F2938
Black with #2F2938
Text Example
Text Example
White with #2F2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2938; }
p { color: rgb(47,41,56); }
H1.HeaderClassName
{
color: #2F2938;
}
.AnyTagClassName
{
color: #2F2938;
}
</style>
background-color css
<style>
a { background-color: #2F2938; }
a { background-color: rgb(47,41,56); }
div.DivClassName
{
background-color: #2F2938;
}
.BgClassName
{
background-color: #2F2938;
}
</style>
border-color css
<style>
span { border-color: #2F2938; }
span { border-color: rgb(47,41,56); }
td.TdClassName
{
border-color: #2F2938;
}
.TagClassName
{
border-color: #2F2938;
}
</style>