Shades of Toledo #261C21
Tints of Toledo #261C21
RGB
CMYK
RGB Variations
Color information
#261C21 (or 0x261C21) is known color: Toledo. HEX triplet: 26, 1C and 21. RGB value is (38,28,33). Sum of RGB (Red+Green+Blue) = 38+28+33=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 38 - color contains mainly: red. Hex color #261C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C21 is #D9E3DE. Grayscale: #1F1F1F. Windows color (decimal): -14279647 or 2169894. OLE color: 2169894.
HSL color Cylindrical-coordinate representation of color #261C21: hue angle of 330º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #261C21 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 28 | 33 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.85 |
| HSL | 330º | 0.15% | 0.13% | - |
| HSV(B) | 330º | 0.26% | 0.15% | - |
| XYZ | 1.49 | 1.35 | 1.62 | - |
| YUV | 31.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 33 | 0 | 0.26 | 0.13 | 0.85 | 330 | 0.15 | 0.13 |
| Hex | 26 | 1C | 21 | 0 | 1A | D | 55 | 14A | F | D |
| Octal | 46 | 34 | 41 | 0 | 32 | 15 | 125 | 512 | 17 | 15 |
| Binary | 100110 | 11100 | 100001 | 0 | 11010 | 1101 | 1010101 | 101001010 | 1111 | 1101 |
Color Harmonies of #261C21
Complementary color
Monochromatic Colors of #261C21
Black with #261C21
Text Example
Text Example
White with #261C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C21; }
p { color: rgb(38,28,33); }
H1.HeaderClassName
{
color: #261C21;
}
.AnyTagClassName
{
color: #261C21;
}
</style>
background-color css
<style>
a { background-color: #261C21; }
a { background-color: rgb(38,28,33); }
div.DivClassName
{
background-color: #261C21;
}
.BgClassName
{
background-color: #261C21;
}
</style>
border-color css
<style>
span { border-color: #261C21; }
span { border-color: rgb(38,28,33); }
td.TdClassName
{
border-color: #261C21;
}
.TagClassName
{
border-color: #261C21;
}
</style>