Shades of Toledo #241C20
Tints of Toledo #241C20
RGB
CMYK
RGB Variations
Color information
#241C20 (or 0x241C20) is known color: Toledo. HEX triplet: 24, 1C and 20. RGB value is (36,28,32). Sum of RGB (Red+Green+Blue) = 36+28+32=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 36 - color contains mainly: red. Hex color #241C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C20 is #DBE3DF. Grayscale: #1E1E1E. Windows color (decimal): -14410720 or 2104356. OLE color: 2104356.
HSL color Cylindrical-coordinate representation of color #241C20: hue angle of 330º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #241C20 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 28 | 32 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.86 |
| HSL | 330º | 0.13% | 0.13% | - |
| HSV(B) | 330º | 0.22% | 0.14% | - |
| XYZ | 1.4 | 1.31 | 1.55 | - |
| YUV | 30.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 32 | 0 | 0.22 | 0.11 | 0.86 | 330 | 0.13 | 0.13 |
| Hex | 24 | 1C | 20 | 0 | 16 | B | 56 | 14A | C | D |
| Octal | 44 | 34 | 40 | 0 | 26 | 13 | 126 | 512 | 14 | 15 |
| Binary | 100100 | 11100 | 100000 | 0 | 10110 | 1011 | 1010110 | 101001010 | 1100 | 1101 |
Color Harmonies of #241C20
Complementary color
Monochromatic Colors of #241C20
Black with #241C20
Text Example
Text Example
White with #241C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C20; }
p { color: rgb(36,28,32); }
H1.HeaderClassName
{
color: #241C20;
}
.AnyTagClassName
{
color: #241C20;
}
</style>
background-color css
<style>
a { background-color: #241C20; }
a { background-color: rgb(36,28,32); }
div.DivClassName
{
background-color: #241C20;
}
.BgClassName
{
background-color: #241C20;
}
</style>
border-color css
<style>
span { border-color: #241C20; }
span { border-color: rgb(36,28,32); }
td.TdClassName
{
border-color: #241C20;
}
.TagClassName
{
border-color: #241C20;
}
</style>