Shades of Tolopea #2F273D
Tints of Tolopea #2F273D
RGB
CMYK
RGB Variations
Color information
#2F273D (or 0x2F273D) is known color: Tolopea. HEX triplet: 2F, 27 and 3D. RGB value is (47,39,61). Sum of RGB (Red+Green+Blue) = 47+39+61=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F273D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F273D is #D0D8C2. Grayscale: #2B2B2B. Windows color (decimal): -13686979 or 4007727. OLE color: 4007727.
HSL color Cylindrical-coordinate representation of color #2F273D: hue angle of 261.82º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F273D is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 39 | 61 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.76 |
| HSL | 261.82º | 0.22% | 0.2% | - |
| HSV(B) | 261.82º | 0.36% | 0.24% | - |
| XYZ | 2.74 | 2.39 | 4.73 | - |
| YUV | 43.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 39 | 61 | 0.23 | 0.36 | 0 | 0.76 | 261.82 | 0.22 | 0.2 |
| Hex | 2F | 27 | 3D | 17 | 24 | 0 | 4C | 106 | 16 | 14 |
| Octal | 57 | 47 | 75 | 27 | 44 | 0 | 114 | 406 | 26 | 24 |
| Binary | 101111 | 100111 | 111101 | 10111 | 100100 | 0 | 1001100 | 100000110 | 10110 | 10100 |
Color Harmonies of #2F273D
Complementary color
Monochromatic Colors of #2F273D
Black with #2F273D
Text Example
Text Example
White with #2F273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F273D; }
p { color: rgb(47,39,61); }
H1.HeaderClassName
{
color: #2F273D;
}
.AnyTagClassName
{
color: #2F273D;
}
</style>
background-color css
<style>
a { background-color: #2F273D; }
a { background-color: rgb(47,39,61); }
div.DivClassName
{
background-color: #2F273D;
}
.BgClassName
{
background-color: #2F273D;
}
</style>
border-color css
<style>
span { border-color: #2F273D; }
span { border-color: rgb(47,39,61); }
td.TdClassName
{
border-color: #2F273D;
}
.TagClassName
{
border-color: #2F273D;
}
</style>