Shades of Toledo #302429
Tints of Toledo #302429
RGB
CMYK
RGB Variations
Color information
#302429 (or 0x302429) is known color: Toledo. HEX triplet: 30, 24 and 29. RGB value is (48,36,41). Sum of RGB (Red+Green+Blue) = 48+36+41=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302429 is #CFDBD6. Grayscale: #282828. Windows color (decimal): -13622231 or 2696240. OLE color: 2696240.
HSL color Cylindrical-coordinate representation of color #302429: hue angle of 335º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #302429 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 41 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.81 |
| HSL | 335º | 0.14% | 0.16% | - |
| HSV(B) | 335º | 0.25% | 0.19% | - |
| XYZ | 2.25 | 2.05 | 2.37 | - |
| YUV | 40.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 41 | 0 | 0.25 | 0.15 | 0.81 | 335 | 0.14 | 0.16 |
| Hex | 30 | 24 | 29 | 0 | 19 | F | 51 | 14F | E | 10 |
| Octal | 60 | 44 | 51 | 0 | 31 | 17 | 121 | 517 | 16 | 20 |
| Binary | 110000 | 100100 | 101001 | 0 | 11001 | 1111 | 1010001 | 101001111 | 1110 | 10000 |
Color Harmonies of #302429
Complementary color
Monochromatic Colors of #302429
Black with #302429
Text Example
Text Example
White with #302429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302429; }
p { color: rgb(48,36,41); }
H1.HeaderClassName
{
color: #302429;
}
.AnyTagClassName
{
color: #302429;
}
</style>
background-color css
<style>
a { background-color: #302429; }
a { background-color: rgb(48,36,41); }
div.DivClassName
{
background-color: #302429;
}
.BgClassName
{
background-color: #302429;
}
</style>
border-color css
<style>
span { border-color: #302429; }
span { border-color: rgb(48,36,41); }
td.TdClassName
{
border-color: #302429;
}
.TagClassName
{
border-color: #302429;
}
</style>