Shades of Toledo #362B30
Tints of Toledo #362B30
RGB
CMYK
RGB Variations
Color information
#362B30 (or 0x362B30) is known color: Toledo. HEX triplet: 36, 2B and 30. RGB value is (54,43,48). Sum of RGB (Red+Green+Blue) = 54+43+48=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #362B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B30 is #C9D4CF. Grayscale: #2E2E2E. Windows color (decimal): -13227216 or 3156790. OLE color: 3156790.
HSL color Cylindrical-coordinate representation of color #362B30: hue angle of 332.73º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #362B30 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 48 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.79 |
| HSL | 332.73º | 0.11% | 0.19% | - |
| HSV(B) | 332.73º | 0.2% | 0.21% | - |
| XYZ | 2.92 | 2.73 | 3.17 | - |
| YUV | 46.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 48 | 0 | 0.20 | 0.11 | 0.79 | 332.73 | 0.11 | 0.19 |
| Hex | 36 | 2B | 30 | 0 | 14 | B | 4F | 14D | B | 13 |
| Octal | 66 | 53 | 60 | 0 | 24 | 13 | 117 | 515 | 13 | 23 |
| Binary | 110110 | 101011 | 110000 | 0 | 10100 | 1011 | 1001111 | 101001101 | 1011 | 10011 |
Color Harmonies of #362B30
Complementary color
Monochromatic Colors of #362B30
Black with #362B30
Text Example
Text Example
White with #362B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B30; }
p { color: rgb(54,43,48); }
H1.HeaderClassName
{
color: #362B30;
}
.AnyTagClassName
{
color: #362B30;
}
</style>
background-color css
<style>
a { background-color: #362B30; }
a { background-color: rgb(54,43,48); }
div.DivClassName
{
background-color: #362B30;
}
.BgClassName
{
background-color: #362B30;
}
</style>
border-color css
<style>
span { border-color: #362B30; }
span { border-color: rgb(54,43,48); }
td.TdClassName
{
border-color: #362B30;
}
.TagClassName
{
border-color: #362B30;
}
</style>