Shades of Tolopea #2F253F
Tints of Tolopea #2F253F
RGB
CMYK
RGB Variations
Color information
#2F253F (or 0x2F253F) is known color: Tolopea. HEX triplet: 2F, 25 and 3F. RGB value is (47,37,63). Sum of RGB (Red+Green+Blue) = 47+37+63=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #2F253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F253F is #D0DAC0. Grayscale: #2A2A2A. Windows color (decimal): -13687489 or 4138287. OLE color: 4138287.
HSL color Cylindrical-coordinate representation of color #2F253F: hue angle of 263.08º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F253F is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 37 | 63 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.75 |
| HSL | 263.08º | 0.26% | 0.2% | - |
| HSV(B) | 263.08º | 0.41% | 0.25% | - |
| XYZ | 2.73 | 2.29 | 5 | - |
| YUV | 42.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 37 | 63 | 0.25 | 0.41 | 0 | 0.75 | 263.08 | 0.26 | 0.2 |
| Hex | 2F | 25 | 3F | 19 | 29 | 0 | 4B | 107 | 1A | 14 |
| Octal | 57 | 45 | 77 | 31 | 51 | 0 | 113 | 407 | 32 | 24 |
| Binary | 101111 | 100101 | 111111 | 11001 | 101001 | 0 | 1001011 | 100000111 | 11010 | 10100 |
Color Harmonies of #2F253F
Complementary color
Monochromatic Colors of #2F253F
Black with #2F253F
Text Example
Text Example
White with #2F253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F253F; }
p { color: rgb(47,37,63); }
H1.HeaderClassName
{
color: #2F253F;
}
.AnyTagClassName
{
color: #2F253F;
}
</style>
background-color css
<style>
a { background-color: #2F253F; }
a { background-color: rgb(47,37,63); }
div.DivClassName
{
background-color: #2F253F;
}
.BgClassName
{
background-color: #2F253F;
}
</style>
border-color css
<style>
span { border-color: #2F253F; }
span { border-color: rgb(47,37,63); }
td.TdClassName
{
border-color: #2F253F;
}
.TagClassName
{
border-color: #2F253F;
}
</style>