Shades of Toledo #251A1F
Tints of Toledo #251A1F
RGB
CMYK
RGB Variations
Color information
#251A1F (or 0x251A1F) is known color: Toledo. HEX triplet: 25, 1A and 1F. RGB value is (37,26,31). Sum of RGB (Red+Green+Blue) = 37+26+31=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A1F is #DAE5E0. Grayscale: #1D1D1D. Windows color (decimal): -14345697 or 2038309. OLE color: 2038309.
HSL color Cylindrical-coordinate representation of color #251A1F: hue angle of 332.73º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #251A1F is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 26 | 31 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.85 |
| HSL | 332.73º | 0.17% | 0.12% | - |
| HSV(B) | 332.73º | 0.3% | 0.15% | - |
| XYZ | 1.38 | 1.23 | 1.46 | - |
| YUV | 29.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 31 | 0 | 0.30 | 0.16 | 0.85 | 332.73 | 0.17 | 0.12 |
| Hex | 25 | 1A | 1F | 0 | 1E | 10 | 55 | 14D | 11 | C |
| Octal | 45 | 32 | 37 | 0 | 36 | 20 | 125 | 515 | 21 | 14 |
| Binary | 100101 | 11010 | 11111 | 0 | 11110 | 10000 | 1010101 | 101001101 | 10001 | 1100 |
Color Harmonies of #251A1F
Complementary color
Monochromatic Colors of #251A1F
Black with #251A1F
Text Example
Text Example
White with #251A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A1F; }
p { color: rgb(37,26,31); }
H1.HeaderClassName
{
color: #251A1F;
}
.AnyTagClassName
{
color: #251A1F;
}
</style>
background-color css
<style>
a { background-color: #251A1F; }
a { background-color: rgb(37,26,31); }
div.DivClassName
{
background-color: #251A1F;
}
.BgClassName
{
background-color: #251A1F;
}
</style>
border-color css
<style>
span { border-color: #251A1F; }
span { border-color: rgb(37,26,31); }
td.TdClassName
{
border-color: #251A1F;
}
.TagClassName
{
border-color: #251A1F;
}
</style>