Shades of Toledo #301C24
Tints of Toledo #301C24
RGB
CMYK
RGB Variations
Color information
#301C24 (or 0x301C24) is known color: Toledo. HEX triplet: 30, 1C and 24. RGB value is (48,28,36). Sum of RGB (Red+Green+Blue) = 48+28+36=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #301C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C24 is #CFE3DB. Grayscale: #222222. Windows color (decimal): -13624284 or 2366512. OLE color: 2366512.
HSL color Cylindrical-coordinate representation of color #301C24: hue angle of 336º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301C24 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 36 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.81 |
| HSL | 336º | 0.26% | 0.15% | - |
| HSV(B) | 336º | 0.42% | 0.19% | - |
| XYZ | 1.95 | 1.59 | 1.87 | - |
| YUV | 34.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 36 | 0 | 0.42 | 0.25 | 0.81 | 336 | 0.26 | 0.15 |
| Hex | 30 | 1C | 24 | 0 | 2A | 19 | 51 | 150 | 1A | F |
| Octal | 60 | 34 | 44 | 0 | 52 | 31 | 121 | 520 | 32 | 17 |
| Binary | 110000 | 11100 | 100100 | 0 | 101010 | 11001 | 1010001 | 101010000 | 11010 | 1111 |
Color Harmonies of #301C24
Complementary color
Monochromatic Colors of #301C24
Black with #301C24
Text Example
Text Example
White with #301C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C24; }
p { color: rgb(48,28,36); }
H1.HeaderClassName
{
color: #301C24;
}
.AnyTagClassName
{
color: #301C24;
}
</style>
background-color css
<style>
a { background-color: #301C24; }
a { background-color: rgb(48,28,36); }
div.DivClassName
{
background-color: #301C24;
}
.BgClassName
{
background-color: #301C24;
}
</style>
border-color css
<style>
span { border-color: #301C24; }
span { border-color: rgb(48,28,36); }
td.TdClassName
{
border-color: #301C24;
}
.TagClassName
{
border-color: #301C24;
}
</style>