Shades of Toledo #2D292B
Tints of Toledo #2D292B
RGB
CMYK
RGB Variations
Color information
#2D292B (or 0x2D292B) is known color: Toledo. HEX triplet: 2D, 29 and 2B. RGB value is (45,41,43). Sum of RGB (Red+Green+Blue) = 45+41+43=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 45 - color contains mainly: red. Hex color #2D292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D292B is #D2D6D4. Grayscale: #2A2A2A. Windows color (decimal): -13817557 or 2828589. OLE color: 2828589.
HSL color Cylindrical-coordinate representation of color #2D292B: hue angle of 330º degrees, saturation: 0.05, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #2D292B is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 41 | 43 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.82 |
| HSL | 330º | 0.05% | 0.17% | - |
| HSV(B) | 330º | 0.09% | 0.18% | - |
| XYZ | 2.31 | 2.32 | 2.61 | - |
| YUV | 42.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 43 | 0 | 0.09 | 0.04 | 0.82 | 330 | 0.05 | 0.17 |
| Hex | 2D | 29 | 2B | 0 | 9 | 4 | 52 | 14A | 5 | 11 |
| Octal | 55 | 51 | 53 | 0 | 11 | 4 | 122 | 512 | 5 | 21 |
| Binary | 101101 | 101001 | 101011 | 0 | 1001 | 100 | 1010010 | 101001010 | 101 | 10001 |
Color Harmonies of #2D292B
Complementary color
Monochromatic Colors of #2D292B
Black with #2D292B
Text Example
Text Example
White with #2D292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D292B; }
p { color: rgb(45,41,43); }
H1.HeaderClassName
{
color: #2D292B;
}
.AnyTagClassName
{
color: #2D292B;
}
</style>
background-color css
<style>
a { background-color: #2D292B; }
a { background-color: rgb(45,41,43); }
div.DivClassName
{
background-color: #2D292B;
}
.BgClassName
{
background-color: #2D292B;
}
</style>
border-color css
<style>
span { border-color: #2D292B; }
span { border-color: rgb(45,41,43); }
td.TdClassName
{
border-color: #2D292B;
}
.TagClassName
{
border-color: #2D292B;
}
</style>