Shades of Toledo #392F33
Tints of Toledo #392F33
RGB
CMYK
RGB Variations
Color information
#392F33 (or 0x392F33) is known color: Toledo. HEX triplet: 39, 2F and 33. RGB value is (57,47,51). Sum of RGB (Red+Green+Blue) = 57+47+51=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 57 - color contains mainly: red. Hex color #392F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F33 is #C6D0CC. Grayscale: #323232. Windows color (decimal): -13029581 or 3354425. OLE color: 3354425.
HSL color Cylindrical-coordinate representation of color #392F33: hue angle of 336º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #392F33 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 47 | 51 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.78 |
| HSL | 336º | 0.1% | 0.2% | - |
| HSV(B) | 336º | 0.18% | 0.22% | - |
| XYZ | 3.3 | 3.14 | 3.56 | - |
| YUV | 50.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 51 | 0 | 0.18 | 0.11 | 0.78 | 336 | 0.1 | 0.2 |
| Hex | 39 | 2F | 33 | 0 | 12 | B | 4E | 150 | A | 14 |
| Octal | 71 | 57 | 63 | 0 | 22 | 13 | 116 | 520 | 12 | 24 |
| Binary | 111001 | 101111 | 110011 | 0 | 10010 | 1011 | 1001110 | 101010000 | 1010 | 10100 |
Color Harmonies of #392F33
Complementary color
Monochromatic Colors of #392F33
Black with #392F33
Text Example
Text Example
White with #392F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392F33; }
p { color: rgb(57,47,51); }
H1.HeaderClassName
{
color: #392F33;
}
.AnyTagClassName
{
color: #392F33;
}
</style>
background-color css
<style>
a { background-color: #392F33; }
a { background-color: rgb(57,47,51); }
div.DivClassName
{
background-color: #392F33;
}
.BgClassName
{
background-color: #392F33;
}
</style>
border-color css
<style>
span { border-color: #392F33; }
span { border-color: rgb(57,47,51); }
td.TdClassName
{
border-color: #392F33;
}
.TagClassName
{
border-color: #392F33;
}
</style>