Shades of Toledo #361B27
Tints of Toledo #361B27
RGB
CMYK
RGB Variations
Color information
#361B27 (or 0x361B27) is known color: Toledo. HEX triplet: 36, 1B and 27. RGB value is (54,27,39). Sum of RGB (Red+Green+Blue) = 54+27+39=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 54 - color contains mainly: red. Hex color #361B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B27 is #C9E4D8. Grayscale: #242424. Windows color (decimal): -13231321 or 2562870. OLE color: 2562870.
HSL color Cylindrical-coordinate representation of color #361B27: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #361B27 is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 27 | 39 | - |
| CMYK | 0 | 0.5 | 0.28 | 0.79 |
| HSL | 333.33º | 0.33% | 0.16% | - |
| HSV(B) | 333.33º | 0.5% | 0.21% | - |
| XYZ | 2.28 | 1.71 | 2.13 | - |
| YUV | 36.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 39 | 0 | 0.5 | 0.28 | 0.79 | 333.33 | 0.33 | 0.16 |
| Hex | 36 | 1B | 27 | 0 | 32 | 1C | 4F | 14D | 21 | 10 |
| Octal | 66 | 33 | 47 | 0 | 62 | 34 | 117 | 515 | 41 | 20 |
| Binary | 110110 | 11011 | 100111 | 0 | 110010 | 11100 | 1001111 | 101001101 | 100001 | 10000 |
Color Harmonies of #361B27
Complementary color
Monochromatic Colors of #361B27
Black with #361B27
Text Example
Text Example
White with #361B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B27; }
p { color: rgb(54,27,39); }
H1.HeaderClassName
{
color: #361B27;
}
.AnyTagClassName
{
color: #361B27;
}
</style>
background-color css
<style>
a { background-color: #361B27; }
a { background-color: rgb(54,27,39); }
div.DivClassName
{
background-color: #361B27;
}
.BgClassName
{
background-color: #361B27;
}
</style>
border-color css
<style>
span { border-color: #361B27; }
span { border-color: rgb(54,27,39); }
td.TdClassName
{
border-color: #361B27;
}
.TagClassName
{
border-color: #361B27;
}
</style>