Shades of Toledo #362B2F
Tints of Toledo #362B2F
RGB
CMYK
RGB Variations
Color information
#362B2F (or 0x362B2F) is known color: Toledo. HEX triplet: 36, 2B and 2F. RGB value is (54,43,47). Sum of RGB (Red+Green+Blue) = 54+43+47=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #362B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B2F is #C9D4D0. Grayscale: #2E2E2E. Windows color (decimal): -13227217 or 3091254. OLE color: 3091254.
HSL color Cylindrical-coordinate representation of color #362B2F: hue angle of 338.18º 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 #362B2F is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 47 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.79 |
| HSL | 338.18º | 0.11% | 0.19% | - |
| HSV(B) | 338.18º | 0.2% | 0.21% | - |
| XYZ | 2.9 | 2.72 | 3.06 | - |
| YUV | 46.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 47 | 0 | 0.20 | 0.13 | 0.79 | 338.18 | 0.11 | 0.19 |
| Hex | 36 | 2B | 2F | 0 | 14 | D | 4F | 152 | B | 13 |
| Octal | 66 | 53 | 57 | 0 | 24 | 15 | 117 | 522 | 13 | 23 |
| Binary | 110110 | 101011 | 101111 | 0 | 10100 | 1101 | 1001111 | 101010010 | 1011 | 10011 |
Color Harmonies of #362B2F
Complementary color
Monochromatic Colors of #362B2F
Black with #362B2F
Text Example
Text Example
White with #362B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B2F; }
p { color: rgb(54,43,47); }
H1.HeaderClassName
{
color: #362B2F;
}
.AnyTagClassName
{
color: #362B2F;
}
</style>
background-color css
<style>
a { background-color: #362B2F; }
a { background-color: rgb(54,43,47); }
div.DivClassName
{
background-color: #362B2F;
}
.BgClassName
{
background-color: #362B2F;
}
</style>
border-color css
<style>
span { border-color: #362B2F; }
span { border-color: rgb(54,43,47); }
td.TdClassName
{
border-color: #362B2F;
}
.TagClassName
{
border-color: #362B2F;
}
</style>