Shades of Toledo #30252A
Tints of Toledo #30252A
RGB
CMYK
RGB Variations
Color information
#30252A (or 0x30252A) is known color: Toledo. HEX triplet: 30, 25 and 2A. RGB value is (48,37,42). Sum of RGB (Red+Green+Blue) = 48+37+42=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #30252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30252A is #CFDAD5. Grayscale: #282828. Windows color (decimal): -13621974 or 2762032. OLE color: 2762032.
HSL color Cylindrical-coordinate representation of color #30252A: hue angle of 332.73º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #30252A is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 42 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.81 |
| HSL | 332.73º | 0.13% | 0.17% | - |
| HSV(B) | 332.73º | 0.23% | 0.19% | - |
| XYZ | 2.3 | 2.12 | 2.48 | - |
| YUV | 40.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 42 | 0 | 0.23 | 0.13 | 0.81 | 332.73 | 0.13 | 0.17 |
| Hex | 30 | 25 | 2A | 0 | 17 | D | 51 | 14D | D | 11 |
| Octal | 60 | 45 | 52 | 0 | 27 | 15 | 121 | 515 | 15 | 21 |
| Binary | 110000 | 100101 | 101010 | 0 | 10111 | 1101 | 1010001 | 101001101 | 1101 | 10001 |
Color Harmonies of #30252A
Complementary color
Monochromatic Colors of #30252A
Black with #30252A
Text Example
Text Example
White with #30252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30252A; }
p { color: rgb(48,37,42); }
H1.HeaderClassName
{
color: #30252A;
}
.AnyTagClassName
{
color: #30252A;
}
</style>
background-color css
<style>
a { background-color: #30252A; }
a { background-color: rgb(48,37,42); }
div.DivClassName
{
background-color: #30252A;
}
.BgClassName
{
background-color: #30252A;
}
</style>
border-color css
<style>
span { border-color: #30252A; }
span { border-color: rgb(48,37,42); }
td.TdClassName
{
border-color: #30252A;
}
.TagClassName
{
border-color: #30252A;
}
</style>