Shades of Toledo #2F2228
Tints of Toledo #2F2228
RGB
CMYK
RGB Variations
Color information
#2F2228 (or 0x2F2228) is known color: Toledo. HEX triplet: 2F, 22 and 28. RGB value is (47,34,40). Sum of RGB (Red+Green+Blue) = 47+34+40=121 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.84% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2228 is #D0DDD7. Grayscale: #262626. Windows color (decimal): -13688280 or 2630191. OLE color: 2630191.
HSL color Cylindrical-coordinate representation of color #2F2228: hue angle of 332.31º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F2228 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 34 | 40 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.82 |
| HSL | 332.31º | 0.16% | 0.16% | - |
| HSV(B) | 332.31º | 0.28% | 0.18% | - |
| XYZ | 2.13 | 1.9 | 2.26 | - |
| YUV | 38.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 40 | 0 | 0.28 | 0.15 | 0.82 | 332.31 | 0.16 | 0.16 |
| Hex | 2F | 22 | 28 | 0 | 1C | F | 52 | 14C | 10 | 10 |
| Octal | 57 | 42 | 50 | 0 | 34 | 17 | 122 | 514 | 20 | 20 |
| Binary | 101111 | 100010 | 101000 | 0 | 11100 | 1111 | 1010010 | 101001100 | 10000 | 10000 |
Color Harmonies of #2F2228
Complementary color
Monochromatic Colors of #2F2228
Black with #2F2228
Text Example
Text Example
White with #2F2228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2228; }
p { color: rgb(47,34,40); }
H1.HeaderClassName
{
color: #2F2228;
}
.AnyTagClassName
{
color: #2F2228;
}
</style>
background-color css
<style>
a { background-color: #2F2228; }
a { background-color: rgb(47,34,40); }
div.DivClassName
{
background-color: #2F2228;
}
.BgClassName
{
background-color: #2F2228;
}
</style>
border-color css
<style>
span { border-color: #2F2228; }
span { border-color: rgb(47,34,40); }
td.TdClassName
{
border-color: #2F2228;
}
.TagClassName
{
border-color: #2F2228;
}
</style>