Shades of Toledo #2B2628
Tints of Toledo #2B2628
RGB
CMYK
RGB Variations
Color information
#2B2628 (or 0x2B2628) is known color: Toledo. HEX triplet: 2B, 26 and 28. RGB value is (43,38,40). Sum of RGB (Red+Green+Blue) = 43+38+40=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2628 is #D4D9D7. Grayscale: #272727. Windows color (decimal): -13949400 or 2631211. OLE color: 2631211.
HSL color Cylindrical-coordinate representation of color #2B2628: hue angle of 336º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B2628 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 38 | 40 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.83 |
| HSL | 336º | 0.06% | 0.16% | - |
| HSV(B) | 336º | 0.12% | 0.17% | - |
| XYZ | 2.07 | 2.05 | 2.29 | - |
| YUV | 39.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 40 | 0 | 0.12 | 0.07 | 0.83 | 336 | 0.06 | 0.16 |
| Hex | 2B | 26 | 28 | 0 | C | 7 | 53 | 150 | 6 | 10 |
| Octal | 53 | 46 | 50 | 0 | 14 | 7 | 123 | 520 | 6 | 20 |
| Binary | 101011 | 100110 | 101000 | 0 | 1100 | 111 | 1010011 | 101010000 | 110 | 10000 |
Color Harmonies of #2B2628
Complementary color
Monochromatic Colors of #2B2628
Black with #2B2628
Text Example
Text Example
White with #2B2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2628; }
p { color: rgb(43,38,40); }
H1.HeaderClassName
{
color: #2B2628;
}
.AnyTagClassName
{
color: #2B2628;
}
</style>
background-color css
<style>
a { background-color: #2B2628; }
a { background-color: rgb(43,38,40); }
div.DivClassName
{
background-color: #2B2628;
}
.BgClassName
{
background-color: #2B2628;
}
</style>
border-color css
<style>
span { border-color: #2B2628; }
span { border-color: rgb(43,38,40); }
td.TdClassName
{
border-color: #2B2628;
}
.TagClassName
{
border-color: #2B2628;
}
</style>