Shades of Toledo #392E33
Tints of Toledo #392E33
RGB
CMYK
RGB Variations
Color information
#392E33 (or 0x392E33) is known color: Toledo. HEX triplet: 39, 2E and 33. RGB value is (57,46,51). Sum of RGB (Red+Green+Blue) = 57+46+51=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 57 - color contains mainly: red. Hex color #392E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E33 is #C6D1CC. Grayscale: #313131. Windows color (decimal): -13029837 or 3354169. OLE color: 3354169.
HSL color Cylindrical-coordinate representation of color #392E33: hue angle of 332.73º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #392E33 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 46 | 51 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.78 |
| HSL | 332.73º | 0.11% | 0.2% | - |
| HSV(B) | 332.73º | 0.19% | 0.22% | - |
| XYZ | 3.26 | 3.06 | 3.55 | - |
| YUV | 49.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 51 | 0 | 0.19 | 0.11 | 0.78 | 332.73 | 0.11 | 0.2 |
| Hex | 39 | 2E | 33 | 0 | 13 | B | 4E | 14D | B | 14 |
| Octal | 71 | 56 | 63 | 0 | 23 | 13 | 116 | 515 | 13 | 24 |
| Binary | 111001 | 101110 | 110011 | 0 | 10011 | 1011 | 1001110 | 101001101 | 1011 | 10100 |
Color Harmonies of #392E33
Complementary color
Monochromatic Colors of #392E33
Black with #392E33
Text Example
Text Example
White with #392E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E33; }
p { color: rgb(57,46,51); }
H1.HeaderClassName
{
color: #392E33;
}
.AnyTagClassName
{
color: #392E33;
}
</style>
background-color css
<style>
a { background-color: #392E33; }
a { background-color: rgb(57,46,51); }
div.DivClassName
{
background-color: #392E33;
}
.BgClassName
{
background-color: #392E33;
}
</style>
border-color css
<style>
span { border-color: #392E33; }
span { border-color: rgb(57,46,51); }
td.TdClassName
{
border-color: #392E33;
}
.TagClassName
{
border-color: #392E33;
}
</style>