Shades of Toledo #2F282B
Tints of Toledo #2F282B
RGB
CMYK
RGB Variations
Color information
#2F282B (or 0x2F282B) is known color: Toledo. HEX triplet: 2F, 28 and 2B. RGB value is (47,40,43). Sum of RGB (Red+Green+Blue) = 47+40+43=130 (17% of max value = 765). Red value is 47 (18.75% from 255 or 36.15% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 47 - color contains mainly: red. Hex color #2F282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F282B is #D0D7D4. Grayscale: #2A2A2A. Windows color (decimal): -13686741 or 2828335. OLE color: 2828335.
HSL color Cylindrical-coordinate representation of color #2F282B: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F282B is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 40 | 43 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.82 |
| HSL | 334.29º | 0.08% | 0.17% | - |
| HSV(B) | 334.29º | 0.15% | 0.18% | - |
| XYZ | 2.37 | 2.3 | 2.6 | - |
| YUV | 42.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 40 | 43 | 0 | 0.15 | 0.09 | 0.82 | 334.29 | 0.08 | 0.17 |
| Hex | 2F | 28 | 2B | 0 | F | 9 | 52 | 14E | 8 | 11 |
| Octal | 57 | 50 | 53 | 0 | 17 | 11 | 122 | 516 | 10 | 21 |
| Binary | 101111 | 101000 | 101011 | 0 | 1111 | 1001 | 1010010 | 101001110 | 1000 | 10001 |
Color Harmonies of #2F282B
Complementary color
Monochromatic Colors of #2F282B
Black with #2F282B
Text Example
Text Example
White with #2F282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F282B; }
p { color: rgb(47,40,43); }
H1.HeaderClassName
{
color: #2F282B;
}
.AnyTagClassName
{
color: #2F282B;
}
</style>
background-color css
<style>
a { background-color: #2F282B; }
a { background-color: rgb(47,40,43); }
div.DivClassName
{
background-color: #2F282B;
}
.BgClassName
{
background-color: #2F282B;
}
</style>
border-color css
<style>
span { border-color: #2F282B; }
span { border-color: rgb(47,40,43); }
td.TdClassName
{
border-color: #2F282B;
}
.TagClassName
{
border-color: #2F282B;
}
</style>