Shades of Toledo #301E25
Tints of Toledo #301E25
RGB
CMYK
RGB Variations
Color information
#301E25 (or 0x301E25) is known color: Toledo. HEX triplet: 30, 1E and 25. RGB value is (48,30,37). Sum of RGB (Red+Green+Blue) = 48+30+37=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #301E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E25 is #CFE1DA. Grayscale: #242424. Windows color (decimal): -13623771 or 2432560. OLE color: 2432560.
HSL color Cylindrical-coordinate representation of color #301E25: hue angle of 336.67º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #301E25 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 37 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.81 |
| HSL | 336.67º | 0.23% | 0.15% | - |
| HSV(B) | 336.67º | 0.38% | 0.19% | - |
| XYZ | 2.02 | 1.69 | 1.97 | - |
| YUV | 36.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 37 | 0 | 0.37 | 0.23 | 0.81 | 336.67 | 0.23 | 0.15 |
| Hex | 30 | 1E | 25 | 0 | 25 | 17 | 51 | 151 | 17 | F |
| Octal | 60 | 36 | 45 | 0 | 45 | 27 | 121 | 521 | 27 | 17 |
| Binary | 110000 | 11110 | 100101 | 0 | 100101 | 10111 | 1010001 | 101010001 | 10111 | 1111 |
Color Harmonies of #301E25
Complementary color
Monochromatic Colors of #301E25
Black with #301E25
Text Example
Text Example
White with #301E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E25; }
p { color: rgb(48,30,37); }
H1.HeaderClassName
{
color: #301E25;
}
.AnyTagClassName
{
color: #301E25;
}
</style>
background-color css
<style>
a { background-color: #301E25; }
a { background-color: rgb(48,30,37); }
div.DivClassName
{
background-color: #301E25;
}
.BgClassName
{
background-color: #301E25;
}
</style>
border-color css
<style>
span { border-color: #301E25; }
span { border-color: rgb(48,30,37); }
td.TdClassName
{
border-color: #301E25;
}
.TagClassName
{
border-color: #301E25;
}
</style>