Shades of Toledo #261A20
Tints of Toledo #261A20
RGB
CMYK
RGB Variations
Color information
#261A20 (or 0x261A20) is known color: Toledo. HEX triplet: 26, 1A and 20. RGB value is (38,26,32). Sum of RGB (Red+Green+Blue) = 38+26+32=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 38 - color contains mainly: red. Hex color #261A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A20 is #D9E5DF. Grayscale: #1E1E1E. Windows color (decimal): -14280160 or 2103846. OLE color: 2103846.
HSL color Cylindrical-coordinate representation of color #261A20: hue angle of 330º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #261A20 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 32 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.85 |
| HSL | 330º | 0.19% | 0.13% | - |
| HSV(B) | 330º | 0.32% | 0.15% | - |
| XYZ | 1.43 | 1.26 | 1.53 | - |
| YUV | 30.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 32 | 0 | 0.32 | 0.16 | 0.85 | 330 | 0.19 | 0.13 |
| Hex | 26 | 1A | 20 | 0 | 20 | 10 | 55 | 14A | 13 | D |
| Octal | 46 | 32 | 40 | 0 | 40 | 20 | 125 | 512 | 23 | 15 |
| Binary | 100110 | 11010 | 100000 | 0 | 100000 | 10000 | 1010101 | 101001010 | 10011 | 1101 |
Color Harmonies of #261A20
Complementary color
Monochromatic Colors of #261A20
Black with #261A20
Text Example
Text Example
White with #261A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A20; }
p { color: rgb(38,26,32); }
H1.HeaderClassName
{
color: #261A20;
}
.AnyTagClassName
{
color: #261A20;
}
</style>
background-color css
<style>
a { background-color: #261A20; }
a { background-color: rgb(38,26,32); }
div.DivClassName
{
background-color: #261A20;
}
.BgClassName
{
background-color: #261A20;
}
</style>
border-color css
<style>
span { border-color: #261A20; }
span { border-color: rgb(38,26,32); }
td.TdClassName
{
border-color: #261A20;
}
.TagClassName
{
border-color: #261A20;
}
</style>