Shades of Toledo #26171E
Tints of Toledo #26171E
RGB
CMYK
RGB Variations
Color information
#26171E (or 0x26171E) is known color: Toledo. HEX triplet: 26, 17 and 1E. RGB value is (38,23,30). Sum of RGB (Red+Green+Blue) = 38+23+30=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 38 - color contains mainly: red. Hex color #26171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26171E is #D9E8E1. Grayscale: #1C1C1C. Windows color (decimal): -14280930 or 1972006. OLE color: 1972006.
HSL color Cylindrical-coordinate representation of color #26171E: hue angle of 332º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26171E is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 23 | 30 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.85 |
| HSL | 332º | 0.25% | 0.12% | - |
| HSV(B) | 332º | 0.39% | 0.15% | - |
| XYZ | 1.34 | 1.12 | 1.37 | - |
| YUV | 28.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 30 | 0 | 0.39 | 0.21 | 0.85 | 332 | 0.25 | 0.12 |
| Hex | 26 | 17 | 1E | 0 | 27 | 15 | 55 | 14C | 19 | C |
| Octal | 46 | 27 | 36 | 0 | 47 | 25 | 125 | 514 | 31 | 14 |
| Binary | 100110 | 10111 | 11110 | 0 | 100111 | 10101 | 1010101 | 101001100 | 11001 | 1100 |
Color Harmonies of #26171E
Complementary color
Monochromatic Colors of #26171E
Black with #26171E
Text Example
Text Example
White with #26171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26171E; }
p { color: rgb(38,23,30); }
H1.HeaderClassName
{
color: #26171E;
}
.AnyTagClassName
{
color: #26171E;
}
</style>
background-color css
<style>
a { background-color: #26171E; }
a { background-color: rgb(38,23,30); }
div.DivClassName
{
background-color: #26171E;
}
.BgClassName
{
background-color: #26171E;
}
</style>
border-color css
<style>
span { border-color: #26171E; }
span { border-color: rgb(38,23,30); }
td.TdClassName
{
border-color: #26171E;
}
.TagClassName
{
border-color: #26171E;
}
</style>