Shades of Toledo #39292F
Tints of Toledo #39292F
RGB
CMYK
RGB Variations
Color information
#39292F (or 0x39292F) is known color: Toledo. HEX triplet: 39, 29 and 2F. RGB value is (57,41,47). Sum of RGB (Red+Green+Blue) = 57+41+47=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 57 - color contains mainly: red. Hex color #39292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39292F is #C6D6D0. Grayscale: #2E2E2E. Windows color (decimal): -13031121 or 3090745. OLE color: 3090745.
HSL color Cylindrical-coordinate representation of color #39292F: hue angle of 337.5º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #39292F is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 47 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.78 |
| HSL | 337.5º | 0.16% | 0.19% | - |
| HSV(B) | 337.5º | 0.28% | 0.22% | - |
| XYZ | 2.99 | 2.66 | 3.05 | - |
| YUV | 46.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 47 | 0 | 0.28 | 0.18 | 0.78 | 337.5 | 0.16 | 0.19 |
| Hex | 39 | 29 | 2F | 0 | 1C | 12 | 4E | 152 | 10 | 13 |
| Octal | 71 | 51 | 57 | 0 | 34 | 22 | 116 | 522 | 20 | 23 |
| Binary | 111001 | 101001 | 101111 | 0 | 11100 | 10010 | 1001110 | 101010010 | 10000 | 10011 |
Color Harmonies of #39292F
Complementary color
Monochromatic Colors of #39292F
Black with #39292F
Text Example
Text Example
White with #39292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39292F; }
p { color: rgb(57,41,47); }
H1.HeaderClassName
{
color: #39292F;
}
.AnyTagClassName
{
color: #39292F;
}
</style>
background-color css
<style>
a { background-color: #39292F; }
a { background-color: rgb(57,41,47); }
div.DivClassName
{
background-color: #39292F;
}
.BgClassName
{
background-color: #39292F;
}
</style>
border-color css
<style>
span { border-color: #39292F; }
span { border-color: rgb(57,41,47); }
td.TdClassName
{
border-color: #39292F;
}
.TagClassName
{
border-color: #39292F;
}
</style>