Shades of Toledo #362C30
Tints of Toledo #362C30
RGB
CMYK
RGB Variations
Color information
#362C30 (or 0x362C30) is known color: Toledo. HEX triplet: 36, 2C and 30. RGB value is (54,44,48). Sum of RGB (Red+Green+Blue) = 54+44+48=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 54 - color contains mainly: red. Hex color #362C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C30 is #C9D3CF. Grayscale: #2F2F2F. Windows color (decimal): -13226960 or 3157046. OLE color: 3157046.
HSL color Cylindrical-coordinate representation of color #362C30: hue angle of 336º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #362C30 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 44 | 48 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.79 |
| HSL | 336º | 0.1% | 0.19% | - |
| HSV(B) | 336º | 0.19% | 0.21% | - |
| XYZ | 2.96 | 2.8 | 3.18 | - |
| YUV | 47.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 48 | 0 | 0.19 | 0.11 | 0.79 | 336 | 0.1 | 0.19 |
| Hex | 36 | 2C | 30 | 0 | 13 | B | 4F | 150 | A | 13 |
| Octal | 66 | 54 | 60 | 0 | 23 | 13 | 117 | 520 | 12 | 23 |
| Binary | 110110 | 101100 | 110000 | 0 | 10011 | 1011 | 1001111 | 101010000 | 1010 | 10011 |
Color Harmonies of #362C30
Complementary color
Monochromatic Colors of #362C30
Black with #362C30
Text Example
Text Example
White with #362C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362C30; }
p { color: rgb(54,44,48); }
H1.HeaderClassName
{
color: #362C30;
}
.AnyTagClassName
{
color: #362C30;
}
</style>
background-color css
<style>
a { background-color: #362C30; }
a { background-color: rgb(54,44,48); }
div.DivClassName
{
background-color: #362C30;
}
.BgClassName
{
background-color: #362C30;
}
</style>
border-color css
<style>
span { border-color: #362C30; }
span { border-color: rgb(54,44,48); }
td.TdClassName
{
border-color: #362C30;
}
.TagClassName
{
border-color: #362C30;
}
</style>