Shades of Toledo #361E2B
Tints of Toledo #361E2B
RGB
CMYK
RGB Variations
Color information
#361E2B (or 0x361E2B) is known color: Toledo. HEX triplet: 36, 1E and 2B. RGB value is (54,30,43). Sum of RGB (Red+Green+Blue) = 54+30+43=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #361E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E2B is #C9E1D4. Grayscale: #262626. Windows color (decimal): -13230549 or 2825782. OLE color: 2825782.
HSL color Cylindrical-coordinate representation of color #361E2B: hue angle of 327.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #361E2B is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 43 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.79 |
| HSL | 327.5º | 0.29% | 0.16% | - |
| HSV(B) | 327.5º | 0.44% | 0.21% | - |
| XYZ | 2.42 | 1.89 | 2.52 | - |
| YUV | 38.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 43 | 0 | 0.44 | 0.20 | 0.79 | 327.5 | 0.29 | 0.16 |
| Hex | 36 | 1E | 2B | 0 | 2C | 14 | 4F | 148 | 1D | 10 |
| Octal | 66 | 36 | 53 | 0 | 54 | 24 | 117 | 510 | 35 | 20 |
| Binary | 110110 | 11110 | 101011 | 0 | 101100 | 10100 | 1001111 | 101001000 | 11101 | 10000 |
Color Harmonies of #361E2B
Complementary color
Monochromatic Colors of #361E2B
Black with #361E2B
Text Example
Text Example
White with #361E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E2B; }
p { color: rgb(54,30,43); }
H1.HeaderClassName
{
color: #361E2B;
}
.AnyTagClassName
{
color: #361E2B;
}
</style>
background-color css
<style>
a { background-color: #361E2B; }
a { background-color: rgb(54,30,43); }
div.DivClassName
{
background-color: #361E2B;
}
.BgClassName
{
background-color: #361E2B;
}
</style>
border-color css
<style>
span { border-color: #361E2B; }
span { border-color: rgb(54,30,43); }
td.TdClassName
{
border-color: #361E2B;
}
.TagClassName
{
border-color: #361E2B;
}
</style>