Shades of Toledo #2F242A
Tints of Toledo #2F242A
RGB
CMYK
RGB Variations
Color information
#2F242A (or 0x2F242A) is known color: Toledo. HEX triplet: 2F, 24 and 2A. RGB value is (47,36,42). Sum of RGB (Red+Green+Blue) = 47+36+42=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 47 - color contains mainly: red. Hex color #2F242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F242A is #D0DBD5. Grayscale: #272727. Windows color (decimal): -13687766 or 2761775. OLE color: 2761775.
HSL color Cylindrical-coordinate representation of color #2F242A: hue angle of 327.27º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F242A is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 36 | 42 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.82 |
| HSL | 327.27º | 0.13% | 0.16% | - |
| HSV(B) | 327.27º | 0.23% | 0.18% | - |
| XYZ | 2.22 | 2.03 | 2.47 | - |
| YUV | 39.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 42 | 0 | 0.23 | 0.11 | 0.82 | 327.27 | 0.13 | 0.16 |
| Hex | 2F | 24 | 2A | 0 | 17 | B | 52 | 147 | D | 10 |
| Octal | 57 | 44 | 52 | 0 | 27 | 13 | 122 | 507 | 15 | 20 |
| Binary | 101111 | 100100 | 101010 | 0 | 10111 | 1011 | 1010010 | 101000111 | 1101 | 10000 |
Color Harmonies of #2F242A
Complementary color
Monochromatic Colors of #2F242A
Black with #2F242A
Text Example
Text Example
White with #2F242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F242A; }
p { color: rgb(47,36,42); }
H1.HeaderClassName
{
color: #2F242A;
}
.AnyTagClassName
{
color: #2F242A;
}
</style>
background-color css
<style>
a { background-color: #2F242A; }
a { background-color: rgb(47,36,42); }
div.DivClassName
{
background-color: #2F242A;
}
.BgClassName
{
background-color: #2F242A;
}
</style>
border-color css
<style>
span { border-color: #2F242A; }
span { border-color: rgb(47,36,42); }
td.TdClassName
{
border-color: #2F242A;
}
.TagClassName
{
border-color: #2F242A;
}
</style>