Shades of Toledo #362A2F
Tints of Toledo #362A2F
RGB
CMYK
RGB Variations
Color information
#362A2F (or 0x362A2F) is known color: Toledo. HEX triplet: 36, 2A and 2F. RGB value is (54,42,47). Sum of RGB (Red+Green+Blue) = 54+42+47=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 42 (16.80% from 255 or 29.37% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #362A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A2F is #C9D5D0. Grayscale: #2E2E2E. Windows color (decimal): -13227473 or 3090998. OLE color: 3090998.
HSL color Cylindrical-coordinate representation of color #362A2F: hue angle of 335º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362A2F is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 47 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.79 |
| HSL | 335º | 0.13% | 0.19% | - |
| HSV(B) | 335º | 0.22% | 0.21% | - |
| XYZ | 2.86 | 2.65 | 3.05 | - |
| YUV | 46.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 47 | 0 | 0.22 | 0.13 | 0.79 | 335 | 0.13 | 0.19 |
| Hex | 36 | 2A | 2F | 0 | 16 | D | 4F | 14F | C | 13 |
| Octal | 66 | 52 | 57 | 0 | 26 | 15 | 117 | 517 | 14 | 23 |
| Binary | 110110 | 101010 | 101111 | 0 | 10110 | 1101 | 1001111 | 101001111 | 1100 | 10011 |
Color Harmonies of #362A2F
Complementary color
Monochromatic Colors of #362A2F
Black with #362A2F
Text Example
Text Example
White with #362A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A2F; }
p { color: rgb(54,42,47); }
H1.HeaderClassName
{
color: #362A2F;
}
.AnyTagClassName
{
color: #362A2F;
}
</style>
background-color css
<style>
a { background-color: #362A2F; }
a { background-color: rgb(54,42,47); }
div.DivClassName
{
background-color: #362A2F;
}
.BgClassName
{
background-color: #362A2F;
}
</style>
border-color css
<style>
span { border-color: #362A2F; }
span { border-color: rgb(54,42,47); }
td.TdClassName
{
border-color: #362A2F;
}
.TagClassName
{
border-color: #362A2F;
}
</style>