Shades of Tolopea #2F2848
Tints of Tolopea #2F2848
RGB
CMYK
RGB Variations
Color information
#2F2848 (or 0x2F2848) is known color: Tolopea. HEX triplet: 2F, 28 and 48. RGB value is (47,40,72). Sum of RGB (Red+Green+Blue) = 47+40+72=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2848 is #D0D7B7. Grayscale: #2D2D2D. Windows color (decimal): -13686712 or 4728879. OLE color: 4728879.
HSL color Cylindrical-coordinate representation of color #2F2848: hue angle of 253.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F2848 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 40 | 72 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.72 |
| HSL | 253.13º | 0.29% | 0.22% | - |
| HSV(B) | 253.13º | 0.44% | 0.28% | - |
| XYZ | 3.1 | 2.59 | 6.47 | - |
| YUV | 45.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 72 | 0.35 | 0.44 | 0 | 0.72 | 253.13 | 0.29 | 0.22 |
| Hex | 2F | 28 | 48 | 23 | 2C | 0 | 48 | FD | 1D | 16 |
| Octal | 57 | 50 | 110 | 43 | 54 | 0 | 110 | 375 | 35 | 26 |
| Binary | 101111 | 101000 | 1001000 | 100011 | 101100 | 0 | 1001000 | 11111101 | 11101 | 10110 |
Color Harmonies of #2F2848
Complementary color
Monochromatic Colors of #2F2848
Black with #2F2848
Text Example
Text Example
White with #2F2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2848; }
p { color: rgb(47,40,72); }
H1.HeaderClassName
{
color: #2F2848;
}
.AnyTagClassName
{
color: #2F2848;
}
</style>
background-color css
<style>
a { background-color: #2F2848; }
a { background-color: rgb(47,40,72); }
div.DivClassName
{
background-color: #2F2848;
}
.BgClassName
{
background-color: #2F2848;
}
</style>
border-color css
<style>
span { border-color: #2F2848; }
span { border-color: rgb(47,40,72); }
td.TdClassName
{
border-color: #2F2848;
}
.TagClassName
{
border-color: #2F2848;
}
</style>