Shades of Toledo #301E27
Tints of Toledo #301E27
RGB
CMYK
RGB Variations
Color information
#301E27 (or 0x301E27) is known color: Toledo. HEX triplet: 30, 1E and 27. RGB value is (48,30,39). Sum of RGB (Red+Green+Blue) = 48+30+39=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #301E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E27 is #CFE1D8. Grayscale: #242424. Windows color (decimal): -13623769 or 2563632. OLE color: 2563632.
HSL color Cylindrical-coordinate representation of color #301E27: hue angle of 330º 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 #301E27 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 39 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.81 |
| HSL | 330º | 0.23% | 0.15% | - |
| HSV(B) | 330º | 0.38% | 0.19% | - |
| XYZ | 2.05 | 1.7 | 2.14 | - |
| YUV | 36.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 39 | 0 | 0.37 | 0.19 | 0.81 | 330 | 0.23 | 0.15 |
| Hex | 30 | 1E | 27 | 0 | 25 | 13 | 51 | 14A | 17 | F |
| Octal | 60 | 36 | 47 | 0 | 45 | 23 | 121 | 512 | 27 | 17 |
| Binary | 110000 | 11110 | 100111 | 0 | 100101 | 10011 | 1010001 | 101001010 | 10111 | 1111 |
Color Harmonies of #301E27
Complementary color
Monochromatic Colors of #301E27
Black with #301E27
Text Example
Text Example
White with #301E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E27; }
p { color: rgb(48,30,39); }
H1.HeaderClassName
{
color: #301E27;
}
.AnyTagClassName
{
color: #301E27;
}
</style>
background-color css
<style>
a { background-color: #301E27; }
a { background-color: rgb(48,30,39); }
div.DivClassName
{
background-color: #301E27;
}
.BgClassName
{
background-color: #301E27;
}
</style>
border-color css
<style>
span { border-color: #301E27; }
span { border-color: rgb(48,30,39); }
td.TdClassName
{
border-color: #301E27;
}
.TagClassName
{
border-color: #301E27;
}
</style>