Shades of Toledo #241A1F
Tints of Toledo #241A1F
RGB
CMYK
RGB Variations
Color information
#241A1F (or 0x241A1F) is known color: Toledo. HEX triplet: 24, 1A and 1F. RGB value is (36,26,31). Sum of RGB (Red+Green+Blue) = 36+26+31=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #241A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A1F is #DBE5E0. Grayscale: #1D1D1D. Windows color (decimal): -14411233 or 2038308. OLE color: 2038308.
HSL color Cylindrical-coordinate representation of color #241A1F: hue angle of 330º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #241A1F is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 31 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.86 |
| HSL | 330º | 0.16% | 0.12% | - |
| HSV(B) | 330º | 0.28% | 0.14% | - |
| XYZ | 1.34 | 1.21 | 1.46 | - |
| YUV | 29.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 31 | 0 | 0.28 | 0.14 | 0.86 | 330 | 0.16 | 0.12 |
| Hex | 24 | 1A | 1F | 0 | 1C | E | 56 | 14A | 10 | C |
| Octal | 44 | 32 | 37 | 0 | 34 | 16 | 126 | 512 | 20 | 14 |
| Binary | 100100 | 11010 | 11111 | 0 | 11100 | 1110 | 1010110 | 101001010 | 10000 | 1100 |
Color Harmonies of #241A1F
Complementary color
Monochromatic Colors of #241A1F
Black with #241A1F
Text Example
Text Example
White with #241A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A1F; }
p { color: rgb(36,26,31); }
H1.HeaderClassName
{
color: #241A1F;
}
.AnyTagClassName
{
color: #241A1F;
}
</style>
background-color css
<style>
a { background-color: #241A1F; }
a { background-color: rgb(36,26,31); }
div.DivClassName
{
background-color: #241A1F;
}
.BgClassName
{
background-color: #241A1F;
}
</style>
border-color css
<style>
span { border-color: #241A1F; }
span { border-color: rgb(36,26,31); }
td.TdClassName
{
border-color: #241A1F;
}
.TagClassName
{
border-color: #241A1F;
}
</style>