Shades of Toledo #361E29
Tints of Toledo #361E29
RGB
CMYK
RGB Variations
Color information
#361E29 (or 0x361E29) is known color: Toledo. HEX triplet: 36, 1E and 29. RGB value is (54,30,41). Sum of RGB (Red+Green+Blue) = 54+30+41=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #361E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E29 is #C9E1D6. Grayscale: #262626. Windows color (decimal): -13230551 or 2694710. OLE color: 2694710.
HSL color Cylindrical-coordinate representation of color #361E29: hue angle of 332.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 #361E29 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 41 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.79 |
| HSL | 332.5º | 0.29% | 0.16% | - |
| HSV(B) | 332.5º | 0.44% | 0.21% | - |
| XYZ | 2.39 | 1.87 | 2.33 | - |
| YUV | 38.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 41 | 0 | 0.44 | 0.24 | 0.79 | 332.5 | 0.29 | 0.16 |
| Hex | 36 | 1E | 29 | 0 | 2C | 18 | 4F | 14C | 1D | 10 |
| Octal | 66 | 36 | 51 | 0 | 54 | 30 | 117 | 514 | 35 | 20 |
| Binary | 110110 | 11110 | 101001 | 0 | 101100 | 11000 | 1001111 | 101001100 | 11101 | 10000 |
Color Harmonies of #361E29
Complementary color
Monochromatic Colors of #361E29
Black with #361E29
Text Example
Text Example
White with #361E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E29; }
p { color: rgb(54,30,41); }
H1.HeaderClassName
{
color: #361E29;
}
.AnyTagClassName
{
color: #361E29;
}
</style>
background-color css
<style>
a { background-color: #361E29; }
a { background-color: rgb(54,30,41); }
div.DivClassName
{
background-color: #361E29;
}
.BgClassName
{
background-color: #361E29;
}
</style>
border-color css
<style>
span { border-color: #361E29; }
span { border-color: rgb(54,30,41); }
td.TdClassName
{
border-color: #361E29;
}
.TagClassName
{
border-color: #361E29;
}
</style>