Shades of Toledo #362F32
Tints of Toledo #362F32
RGB
CMYK
RGB Variations
Color information
#362F32 (or 0x362F32) is known color: Toledo. HEX triplet: 36, 2F and 32. RGB value is (54,47,50). Sum of RGB (Red+Green+Blue) = 54+47+50=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #362F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F32 is #C9D0CD. Grayscale: #313131. Windows color (decimal): -13226190 or 3288886. OLE color: 3288886.
HSL color Cylindrical-coordinate representation of color #362F32: hue angle of 334.29º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #362F32 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 50 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.79 |
| HSL | 334.29º | 0.07% | 0.2% | - |
| HSV(B) | 334.29º | 0.13% | 0.21% | - |
| XYZ | 3.11 | 3.05 | 3.44 | - |
| YUV | 49.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 50 | 0 | 0.13 | 0.07 | 0.79 | 334.29 | 0.07 | 0.2 |
| Hex | 36 | 2F | 32 | 0 | D | 7 | 4F | 14E | 7 | 14 |
| Octal | 66 | 57 | 62 | 0 | 15 | 7 | 117 | 516 | 7 | 24 |
| Binary | 110110 | 101111 | 110010 | 0 | 1101 | 111 | 1001111 | 101001110 | 111 | 10100 |
Color Harmonies of #362F32
Complementary color
Monochromatic Colors of #362F32
Black with #362F32
Text Example
Text Example
White with #362F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F32; }
p { color: rgb(54,47,50); }
H1.HeaderClassName
{
color: #362F32;
}
.AnyTagClassName
{
color: #362F32;
}
</style>
background-color css
<style>
a { background-color: #362F32; }
a { background-color: rgb(54,47,50); }
div.DivClassName
{
background-color: #362F32;
}
.BgClassName
{
background-color: #362F32;
}
</style>
border-color css
<style>
span { border-color: #362F32; }
span { border-color: rgb(54,47,50); }
td.TdClassName
{
border-color: #362F32;
}
.TagClassName
{
border-color: #362F32;
}
</style>