Shades of Toledo #39212F
Tints of Toledo #39212F
RGB
CMYK
RGB Variations
Color information
#39212F (or 0x39212F) is known color: Toledo. HEX triplet: 39, 21 and 2F. RGB value is (57,33,47). Sum of RGB (Red+Green+Blue) = 57+33+47=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #39212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39212F is #C6DED0. Grayscale: #292929. Windows color (decimal): -13033169 or 3088697. OLE color: 3088697.
HSL color Cylindrical-coordinate representation of color #39212F: hue angle of 325º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #39212F is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 33 | 47 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.78 |
| HSL | 325º | 0.27% | 0.18% | - |
| HSV(B) | 325º | 0.42% | 0.22% | - |
| XYZ | 2.74 | 2.16 | 2.96 | - |
| YUV | 41.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 47 | 0 | 0.42 | 0.18 | 0.78 | 325 | 0.27 | 0.18 |
| Hex | 39 | 21 | 2F | 0 | 2A | 12 | 4E | 145 | 1B | 12 |
| Octal | 71 | 41 | 57 | 0 | 52 | 22 | 116 | 505 | 33 | 22 |
| Binary | 111001 | 100001 | 101111 | 0 | 101010 | 10010 | 1001110 | 101000101 | 11011 | 10010 |
Color Harmonies of #39212F
Complementary color
Monochromatic Colors of #39212F
Black with #39212F
Text Example
Text Example
White with #39212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39212F; }
p { color: rgb(57,33,47); }
H1.HeaderClassName
{
color: #39212F;
}
.AnyTagClassName
{
color: #39212F;
}
</style>
background-color css
<style>
a { background-color: #39212F; }
a { background-color: rgb(57,33,47); }
div.DivClassName
{
background-color: #39212F;
}
.BgClassName
{
background-color: #39212F;
}
</style>
border-color css
<style>
span { border-color: #39212F; }
span { border-color: rgb(57,33,47); }
td.TdClassName
{
border-color: #39212F;
}
.TagClassName
{
border-color: #39212F;
}
</style>