Shades of Toledo #362D30
Tints of Toledo #362D30
RGB
CMYK
RGB Variations
Color information
#362D30 (or 0x362D30) is known color: Toledo. HEX triplet: 36, 2D and 30. RGB value is (54,45,48). Sum of RGB (Red+Green+Blue) = 54+45+48=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 54 - color contains mainly: red. Hex color #362D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D30 is #C9D2CF. Grayscale: #303030. Windows color (decimal): -13226704 or 3157302. OLE color: 3157302.
HSL color Cylindrical-coordinate representation of color #362D30: hue angle of 340º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #362D30 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 48 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.79 |
| HSL | 340º | 0.09% | 0.19% | - |
| HSV(B) | 340º | 0.17% | 0.21% | - |
| XYZ | 2.99 | 2.87 | 3.19 | - |
| YUV | 48.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 48 | 0 | 0.17 | 0.11 | 0.79 | 340 | 0.09 | 0.19 |
| Hex | 36 | 2D | 30 | 0 | 11 | B | 4F | 154 | 9 | 13 |
| Octal | 66 | 55 | 60 | 0 | 21 | 13 | 117 | 524 | 11 | 23 |
| Binary | 110110 | 101101 | 110000 | 0 | 10001 | 1011 | 1001111 | 101010100 | 1001 | 10011 |
Color Harmonies of #362D30
Complementary color
Monochromatic Colors of #362D30
Black with #362D30
Text Example
Text Example
White with #362D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D30; }
p { color: rgb(54,45,48); }
H1.HeaderClassName
{
color: #362D30;
}
.AnyTagClassName
{
color: #362D30;
}
</style>
background-color css
<style>
a { background-color: #362D30; }
a { background-color: rgb(54,45,48); }
div.DivClassName
{
background-color: #362D30;
}
.BgClassName
{
background-color: #362D30;
}
</style>
border-color css
<style>
span { border-color: #362D30; }
span { border-color: rgb(54,45,48); }
td.TdClassName
{
border-color: #362D30;
}
.TagClassName
{
border-color: #362D30;
}
</style>