Shades of Toledo #302229
Tints of Toledo #302229
RGB
CMYK
RGB Variations
Color information
#302229 (or 0x302229) is known color: Toledo. HEX triplet: 30, 22 and 29. RGB value is (48,34,41). Sum of RGB (Red+Green+Blue) = 48+34+41=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302229 is #CFDDD6. Grayscale: #262626. Windows color (decimal): -13622743 or 2695728. OLE color: 2695728.
HSL color Cylindrical-coordinate representation of color #302229: hue angle of 330º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #302229 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 41 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.81 |
| HSL | 330º | 0.17% | 0.16% | - |
| HSV(B) | 330º | 0.29% | 0.19% | - |
| XYZ | 2.19 | 1.93 | 2.36 | - |
| YUV | 38.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 41 | 0 | 0.29 | 0.15 | 0.81 | 330 | 0.17 | 0.16 |
| Hex | 30 | 22 | 29 | 0 | 1D | F | 51 | 14A | 11 | 10 |
| Octal | 60 | 42 | 51 | 0 | 35 | 17 | 121 | 512 | 21 | 20 |
| Binary | 110000 | 100010 | 101001 | 0 | 11101 | 1111 | 1010001 | 101001010 | 10001 | 10000 |
Color Harmonies of #302229
Complementary color
Monochromatic Colors of #302229
Black with #302229
Text Example
Text Example
White with #302229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302229; }
p { color: rgb(48,34,41); }
H1.HeaderClassName
{
color: #302229;
}
.AnyTagClassName
{
color: #302229;
}
</style>
background-color css
<style>
a { background-color: #302229; }
a { background-color: rgb(48,34,41); }
div.DivClassName
{
background-color: #302229;
}
.BgClassName
{
background-color: #302229;
}
</style>
border-color css
<style>
span { border-color: #302229; }
span { border-color: rgb(48,34,41); }
td.TdClassName
{
border-color: #302229;
}
.TagClassName
{
border-color: #302229;
}
</style>