Shades of Toledo #251C20
Tints of Toledo #251C20
RGB
CMYK
RGB Variations
Color information
#251C20 (or 0x251C20) is known color: Toledo. HEX triplet: 25, 1C and 20. RGB value is (37,28,32). Sum of RGB (Red+Green+Blue) = 37+28+32=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 37 - color contains mainly: red. Hex color #251C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C20 is #DAE3DF. Grayscale: #1F1F1F. Windows color (decimal): -14345184 or 2104357. OLE color: 2104357.
HSL color Cylindrical-coordinate representation of color #251C20: hue angle of 333.33º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #251C20 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 28 | 32 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.85 |
| HSL | 333.33º | 0.14% | 0.13% | - |
| HSV(B) | 333.33º | 0.24% | 0.15% | - |
| XYZ | 1.44 | 1.33 | 1.55 | - |
| YUV | 31.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 32 | 0 | 0.24 | 0.14 | 0.85 | 333.33 | 0.14 | 0.13 |
| Hex | 25 | 1C | 20 | 0 | 18 | E | 55 | 14D | E | D |
| Octal | 45 | 34 | 40 | 0 | 30 | 16 | 125 | 515 | 16 | 15 |
| Binary | 100101 | 11100 | 100000 | 0 | 11000 | 1110 | 1010101 | 101001101 | 1110 | 1101 |
Color Harmonies of #251C20
Complementary color
Monochromatic Colors of #251C20
Black with #251C20
Text Example
Text Example
White with #251C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251C20; }
p { color: rgb(37,28,32); }
H1.HeaderClassName
{
color: #251C20;
}
.AnyTagClassName
{
color: #251C20;
}
</style>
background-color css
<style>
a { background-color: #251C20; }
a { background-color: rgb(37,28,32); }
div.DivClassName
{
background-color: #251C20;
}
.BgClassName
{
background-color: #251C20;
}
</style>
border-color css
<style>
span { border-color: #251C20; }
span { border-color: rgb(37,28,32); }
td.TdClassName
{
border-color: #251C20;
}
.TagClassName
{
border-color: #251C20;
}
</style>