Shades of Toledo #361D27
Tints of Toledo #361D27
RGB
CMYK
RGB Variations
Color information
#361D27 (or 0x361D27) is known color: Toledo. HEX triplet: 36, 1D and 27. RGB value is (54,29,39). Sum of RGB (Red+Green+Blue) = 54+29+39=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #361D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D27 is #C9E2D8. Grayscale: #252525. Windows color (decimal): -13230809 or 2563382. OLE color: 2563382.
HSL color Cylindrical-coordinate representation of color #361D27: hue angle of 336º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #361D27 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 29 | 39 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.79 |
| HSL | 336º | 0.3% | 0.16% | - |
| HSV(B) | 336º | 0.46% | 0.21% | - |
| XYZ | 2.33 | 1.81 | 2.15 | - |
| YUV | 37.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 39 | 0 | 0.46 | 0.28 | 0.79 | 336 | 0.3 | 0.16 |
| Hex | 36 | 1D | 27 | 0 | 2E | 1C | 4F | 150 | 1E | 10 |
| Octal | 66 | 35 | 47 | 0 | 56 | 34 | 117 | 520 | 36 | 20 |
| Binary | 110110 | 11101 | 100111 | 0 | 101110 | 11100 | 1001111 | 101010000 | 11110 | 10000 |
Color Harmonies of #361D27
Complementary color
Monochromatic Colors of #361D27
Black with #361D27
Text Example
Text Example
White with #361D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D27; }
p { color: rgb(54,29,39); }
H1.HeaderClassName
{
color: #361D27;
}
.AnyTagClassName
{
color: #361D27;
}
</style>
background-color css
<style>
a { background-color: #361D27; }
a { background-color: rgb(54,29,39); }
div.DivClassName
{
background-color: #361D27;
}
.BgClassName
{
background-color: #361D27;
}
</style>
border-color css
<style>
span { border-color: #361D27; }
span { border-color: rgb(54,29,39); }
td.TdClassName
{
border-color: #361D27;
}
.TagClassName
{
border-color: #361D27;
}
</style>