Shades of Toledo #301D27
Tints of Toledo #301D27
RGB
CMYK
RGB Variations
Color information
#301D27 (or 0x301D27) is known color: Toledo. HEX triplet: 30, 1D and 27. RGB value is (48,29,39). Sum of RGB (Red+Green+Blue) = 48+29+39=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 48 - color contains mainly: red. Hex color #301D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D27 is #CFE2D8. Grayscale: #232323. Windows color (decimal): -13624025 or 2563376. OLE color: 2563376.
HSL color Cylindrical-coordinate representation of color #301D27: hue angle of 328.42º 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 #301D27 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 39 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.81 |
| HSL | 328.42º | 0.25% | 0.15% | - |
| HSV(B) | 328.42º | 0.4% | 0.19% | - |
| XYZ | 2.02 | 1.65 | 2.13 | - |
| YUV | 35.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 39 | 0 | 0.40 | 0.19 | 0.81 | 328.42 | 0.25 | 0.15 |
| Hex | 30 | 1D | 27 | 0 | 28 | 13 | 51 | 148 | 19 | F |
| Octal | 60 | 35 | 47 | 0 | 50 | 23 | 121 | 510 | 31 | 17 |
| Binary | 110000 | 11101 | 100111 | 0 | 101000 | 10011 | 1010001 | 101001000 | 11001 | 1111 |
Color Harmonies of #301D27
Complementary color
Monochromatic Colors of #301D27
Black with #301D27
Text Example
Text Example
White with #301D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D27; }
p { color: rgb(48,29,39); }
H1.HeaderClassName
{
color: #301D27;
}
.AnyTagClassName
{
color: #301D27;
}
</style>
background-color css
<style>
a { background-color: #301D27; }
a { background-color: rgb(48,29,39); }
div.DivClassName
{
background-color: #301D27;
}
.BgClassName
{
background-color: #301D27;
}
</style>
border-color css
<style>
span { border-color: #301D27; }
span { border-color: rgb(48,29,39); }
td.TdClassName
{
border-color: #301D27;
}
.TagClassName
{
border-color: #301D27;
}
</style>