Shades of Toledo #261D21
Tints of Toledo #261D21
RGB
CMYK
RGB Variations
Color information
#261D21 (or 0x261D21) is known color: Toledo. HEX triplet: 26, 1D and 21. RGB value is (38,29,33). Sum of RGB (Red+Green+Blue) = 38+29+33=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 38 - color contains mainly: red. Hex color #261D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261D21 is #D9E2DE. Grayscale: #202020. Windows color (decimal): -14279391 or 2170150. OLE color: 2170150.
HSL color Cylindrical-coordinate representation of color #261D21: hue angle of 333.33º degrees, saturation: 0.13, 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 #261D21 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 29 | 33 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.85 |
| HSL | 333.33º | 0.13% | 0.13% | - |
| HSV(B) | 333.33º | 0.24% | 0.15% | - |
| XYZ | 1.51 | 1.4 | 1.63 | - |
| YUV | 32.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 33 | 0 | 0.24 | 0.13 | 0.85 | 333.33 | 0.13 | 0.13 |
| Hex | 26 | 1D | 21 | 0 | 18 | D | 55 | 14D | D | D |
| Octal | 46 | 35 | 41 | 0 | 30 | 15 | 125 | 515 | 15 | 15 |
| Binary | 100110 | 11101 | 100001 | 0 | 11000 | 1101 | 1010101 | 101001101 | 1101 | 1101 |
Color Harmonies of #261D21
Complementary color
Monochromatic Colors of #261D21
Black with #261D21
Text Example
Text Example
White with #261D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D21; }
p { color: rgb(38,29,33); }
H1.HeaderClassName
{
color: #261D21;
}
.AnyTagClassName
{
color: #261D21;
}
</style>
background-color css
<style>
a { background-color: #261D21; }
a { background-color: rgb(38,29,33); }
div.DivClassName
{
background-color: #261D21;
}
.BgClassName
{
background-color: #261D21;
}
</style>
border-color css
<style>
span { border-color: #261D21; }
span { border-color: rgb(38,29,33); }
td.TdClassName
{
border-color: #261D21;
}
.TagClassName
{
border-color: #261D21;
}
</style>