Shades of Toledo #272124
Tints of Toledo #272124
RGB
CMYK
RGB Variations
Color information
#272124 (or 0x272124) is known color: Toledo. HEX triplet: 27, 21 and 24. RGB value is (39,33,36). Sum of RGB (Red+Green+Blue) = 39+33+36=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 39 - color contains mainly: red. Hex color #272124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272124 is #D8DEDB. Grayscale: #232323. Windows color (decimal): -14212828 or 2367783. OLE color: 2367783.
HSL color Cylindrical-coordinate representation of color #272124: hue angle of 330º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #272124 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 33 | 36 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.85 |
| HSL | 330º | 0.08% | 0.14% | - |
| HSV(B) | 330º | 0.15% | 0.15% | - |
| XYZ | 1.7 | 1.65 | 1.9 | - |
| YUV | 35.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 36 | 0 | 0.15 | 0.08 | 0.85 | 330 | 0.08 | 0.14 |
| Hex | 27 | 21 | 24 | 0 | F | 8 | 55 | 14A | 8 | E |
| Octal | 47 | 41 | 44 | 0 | 17 | 10 | 125 | 512 | 10 | 16 |
| Binary | 100111 | 100001 | 100100 | 0 | 1111 | 1000 | 1010101 | 101001010 | 1000 | 1110 |
Color Harmonies of #272124
Complementary color
Monochromatic Colors of #272124
Black with #272124
Text Example
Text Example
White with #272124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272124; }
p { color: rgb(39,33,36); }
H1.HeaderClassName
{
color: #272124;
}
.AnyTagClassName
{
color: #272124;
}
</style>
background-color css
<style>
a { background-color: #272124; }
a { background-color: rgb(39,33,36); }
div.DivClassName
{
background-color: #272124;
}
.BgClassName
{
background-color: #272124;
}
</style>
border-color css
<style>
span { border-color: #272124; }
span { border-color: rgb(39,33,36); }
td.TdClassName
{
border-color: #272124;
}
.TagClassName
{
border-color: #272124;
}
</style>