Shades of Toledo #2F2128
Tints of Toledo #2F2128
RGB
CMYK
RGB Variations
Color information
#2F2128 (or 0x2F2128) is known color: Toledo. HEX triplet: 2F, 21 and 28. RGB value is (47,33,40). Sum of RGB (Red+Green+Blue) = 47+33+40=120 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2128 is #D0DED7. Grayscale: #252525. Windows color (decimal): -13688536 or 2629935. OLE color: 2629935.
HSL color Cylindrical-coordinate representation of color #2F2128: hue angle of 330º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F2128 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 33 | 40 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.82 |
| HSL | 330º | 0.18% | 0.16% | - |
| HSV(B) | 330º | 0.3% | 0.18% | - |
| XYZ | 2.1 | 1.85 | 2.25 | - |
| YUV | 37.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 33 | 40 | 0 | 0.30 | 0.15 | 0.82 | 330 | 0.18 | 0.16 |
| Hex | 2F | 21 | 28 | 0 | 1E | F | 52 | 14A | 12 | 10 |
| Octal | 57 | 41 | 50 | 0 | 36 | 17 | 122 | 512 | 22 | 20 |
| Binary | 101111 | 100001 | 101000 | 0 | 11110 | 1111 | 1010010 | 101001010 | 10010 | 10000 |
Color Harmonies of #2F2128
Complementary color
Monochromatic Colors of #2F2128
Black with #2F2128
Text Example
Text Example
White with #2F2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2128; }
p { color: rgb(47,33,40); }
H1.HeaderClassName
{
color: #2F2128;
}
.AnyTagClassName
{
color: #2F2128;
}
</style>
background-color css
<style>
a { background-color: #2F2128; }
a { background-color: rgb(47,33,40); }
div.DivClassName
{
background-color: #2F2128;
}
.BgClassName
{
background-color: #2F2128;
}
</style>
border-color css
<style>
span { border-color: #2F2128; }
span { border-color: rgb(47,33,40); }
td.TdClassName
{
border-color: #2F2128;
}
.TagClassName
{
border-color: #2F2128;
}
</style>