Shades of Tolopea #2F283D
Tints of Tolopea #2F283D
RGB
CMYK
RGB Variations
Color information
#2F283D (or 0x2F283D) is known color: Tolopea. HEX triplet: 2F, 28 and 3D. RGB value is (47,40,61). Sum of RGB (Red+Green+Blue) = 47+40+61=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F283D is #D0D7C2. Grayscale: #2C2C2C. Windows color (decimal): -13686723 or 4007983. OLE color: 4007983.
HSL color Cylindrical-coordinate representation of color #2F283D: hue angle of 260º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F283D is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 40 | 61 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.76 |
| HSL | 260º | 0.21% | 0.2% | - |
| HSV(B) | 260º | 0.34% | 0.24% | - |
| XYZ | 2.77 | 2.46 | 4.74 | - |
| YUV | 44.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 61 | 0.23 | 0.34 | 0 | 0.76 | 260 | 0.21 | 0.2 |
| Hex | 2F | 28 | 3D | 17 | 22 | 0 | 4C | 104 | 15 | 14 |
| Octal | 57 | 50 | 75 | 27 | 42 | 0 | 114 | 404 | 25 | 24 |
| Binary | 101111 | 101000 | 111101 | 10111 | 100010 | 0 | 1001100 | 100000100 | 10101 | 10100 |
Color Harmonies of #2F283D
Complementary color
Monochromatic Colors of #2F283D
Black with #2F283D
Text Example
Text Example
White with #2F283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F283D; }
p { color: rgb(47,40,61); }
H1.HeaderClassName
{
color: #2F283D;
}
.AnyTagClassName
{
color: #2F283D;
}
</style>
background-color css
<style>
a { background-color: #2F283D; }
a { background-color: rgb(47,40,61); }
div.DivClassName
{
background-color: #2F283D;
}
.BgClassName
{
background-color: #2F283D;
}
</style>
border-color css
<style>
span { border-color: #2F283D; }
span { border-color: rgb(47,40,61); }
td.TdClassName
{
border-color: #2F283D;
}
.TagClassName
{
border-color: #2F283D;
}
</style>