Shades of Toledo #2F1D25
Tints of Toledo #2F1D25
RGB
CMYK
RGB Variations
Color information
#2F1D25 (or 0x2F1D25) is known color: Toledo. HEX triplet: 2F, 1D and 25. RGB value is (47,29,37). Sum of RGB (Red+Green+Blue) = 47+29+37=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1D25 is #D0E2DA. Grayscale: #232323. Windows color (decimal): -13689563 or 2432303. OLE color: 2432303.
HSL color Cylindrical-coordinate representation of color #2F1D25: hue angle of 333.33º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F1D25 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 29 | 37 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.82 |
| HSL | 333.33º | 0.24% | 0.15% | - |
| HSV(B) | 333.33º | 0.38% | 0.18% | - |
| XYZ | 1.95 | 1.62 | 1.96 | - |
| YUV | 35.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 29 | 37 | 0 | 0.38 | 0.21 | 0.82 | 333.33 | 0.24 | 0.15 |
| Hex | 2F | 1D | 25 | 0 | 26 | 15 | 52 | 14D | 18 | F |
| Octal | 57 | 35 | 45 | 0 | 46 | 25 | 122 | 515 | 30 | 17 |
| Binary | 101111 | 11101 | 100101 | 0 | 100110 | 10101 | 1010010 | 101001101 | 11000 | 1111 |
Color Harmonies of #2F1D25
Complementary color
Monochromatic Colors of #2F1D25
Black with #2F1D25
Text Example
Text Example
White with #2F1D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1D25; }
p { color: rgb(47,29,37); }
H1.HeaderClassName
{
color: #2F1D25;
}
.AnyTagClassName
{
color: #2F1D25;
}
</style>
background-color css
<style>
a { background-color: #2F1D25; }
a { background-color: rgb(47,29,37); }
div.DivClassName
{
background-color: #2F1D25;
}
.BgClassName
{
background-color: #2F1D25;
}
</style>
border-color css
<style>
span { border-color: #2F1D25; }
span { border-color: rgb(47,29,37); }
td.TdClassName
{
border-color: #2F1D25;
}
.TagClassName
{
border-color: #2F1D25;
}
</style>