Shades of Toledo #301D25
Tints of Toledo #301D25
RGB
CMYK
RGB Variations
Color information
#301D25 (or 0x301D25) is known color: Toledo. HEX triplet: 30, 1D and 25. RGB value is (48,29,37). Sum of RGB (Red+Green+Blue) = 48+29+37=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #301D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D25 is #CFE2DA. Grayscale: #232323. Windows color (decimal): -13624027 or 2432304. OLE color: 2432304.
HSL color Cylindrical-coordinate representation of color #301D25: hue angle of 334.74º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #301D25 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 37 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.81 |
| HSL | 334.74º | 0.25% | 0.15% | - |
| HSV(B) | 334.74º | 0.4% | 0.19% | - |
| XYZ | 1.99 | 1.64 | 1.96 | - |
| YUV | 35.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 37 | 0 | 0.40 | 0.23 | 0.81 | 334.74 | 0.25 | 0.15 |
| Hex | 30 | 1D | 25 | 0 | 28 | 17 | 51 | 14F | 19 | F |
| Octal | 60 | 35 | 45 | 0 | 50 | 27 | 121 | 517 | 31 | 17 |
| Binary | 110000 | 11101 | 100101 | 0 | 101000 | 10111 | 1010001 | 101001111 | 11001 | 1111 |
Color Harmonies of #301D25
Complementary color
Monochromatic Colors of #301D25
Black with #301D25
Text Example
Text Example
White with #301D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D25; }
p { color: rgb(48,29,37); }
H1.HeaderClassName
{
color: #301D25;
}
.AnyTagClassName
{
color: #301D25;
}
</style>
background-color css
<style>
a { background-color: #301D25; }
a { background-color: rgb(48,29,37); }
div.DivClassName
{
background-color: #301D25;
}
.BgClassName
{
background-color: #301D25;
}
</style>
border-color css
<style>
span { border-color: #301D25; }
span { border-color: rgb(48,29,37); }
td.TdClassName
{
border-color: #301D25;
}
.TagClassName
{
border-color: #301D25;
}
</style>