Shades of Toledo #3D242F
Tints of Toledo #3D242F
RGB
CMYK
RGB Variations
Color information
#3D242F (or 0x3D242F) is known color: Toledo. HEX triplet: 3D, 24 and 2F. RGB value is (61,36,47). Sum of RGB (Red+Green+Blue) = 61+36+47=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 61 - color contains mainly: red. Hex color #3D242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D242F is #C2DBD0. Grayscale: #2C2C2C. Windows color (decimal): -12770257 or 3089469. OLE color: 3089469.
HSL color Cylindrical-coordinate representation of color #3D242F: hue angle of 333.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D242F is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 36 | 47 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.76 |
| HSL | 333.6º | 0.26% | 0.19% | - |
| HSV(B) | 333.6º | 0.41% | 0.24% | - |
| XYZ | 3.07 | 2.46 | 3 | - |
| YUV | 44.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 47 | 0 | 0.41 | 0.23 | 0.76 | 333.6 | 0.26 | 0.19 |
| Hex | 3D | 24 | 2F | 0 | 29 | 17 | 4C | 14E | 1A | 13 |
| Octal | 75 | 44 | 57 | 0 | 51 | 27 | 114 | 516 | 32 | 23 |
| Binary | 111101 | 100100 | 101111 | 0 | 101001 | 10111 | 1001100 | 101001110 | 11010 | 10011 |
Color Harmonies of #3D242F
Complementary color
Monochromatic Colors of #3D242F
Black with #3D242F
Text Example
Text Example
White with #3D242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D242F; }
p { color: rgb(61,36,47); }
H1.HeaderClassName
{
color: #3D242F;
}
.AnyTagClassName
{
color: #3D242F;
}
</style>
background-color css
<style>
a { background-color: #3D242F; }
a { background-color: rgb(61,36,47); }
div.DivClassName
{
background-color: #3D242F;
}
.BgClassName
{
background-color: #3D242F;
}
</style>
border-color css
<style>
span { border-color: #3D242F; }
span { border-color: rgb(61,36,47); }
td.TdClassName
{
border-color: #3D242F;
}
.TagClassName
{
border-color: #3D242F;
}
</style>