Shades of Toledo #3D232F
Tints of Toledo #3D232F
RGB
CMYK
RGB Variations
Color information
#3D232F (or 0x3D232F) is known color: Toledo. HEX triplet: 3D, 23 and 2F. RGB value is (61,35,47). Sum of RGB (Red+Green+Blue) = 61+35+47=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 61 - color contains mainly: red. Hex color #3D232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D232F is #C2DCD0. Grayscale: #2C2C2C. Windows color (decimal): -12770513 or 3089213. OLE color: 3089213.
HSL color Cylindrical-coordinate representation of color #3D232F: hue angle of 332.31º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D232F is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 35 | 47 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.76 |
| HSL | 332.31º | 0.27% | 0.19% | - |
| HSV(B) | 332.31º | 0.43% | 0.24% | - |
| XYZ | 3.04 | 2.4 | 2.99 | - |
| YUV | 44.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 47 | 0 | 0.43 | 0.23 | 0.76 | 332.31 | 0.27 | 0.19 |
| Hex | 3D | 23 | 2F | 0 | 2B | 17 | 4C | 14C | 1B | 13 |
| Octal | 75 | 43 | 57 | 0 | 53 | 27 | 114 | 514 | 33 | 23 |
| Binary | 111101 | 100011 | 101111 | 0 | 101011 | 10111 | 1001100 | 101001100 | 11011 | 10011 |
Color Harmonies of #3D232F
Complementary color
Monochromatic Colors of #3D232F
Black with #3D232F
Text Example
Text Example
White with #3D232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D232F; }
p { color: rgb(61,35,47); }
H1.HeaderClassName
{
color: #3D232F;
}
.AnyTagClassName
{
color: #3D232F;
}
</style>
background-color css
<style>
a { background-color: #3D232F; }
a { background-color: rgb(61,35,47); }
div.DivClassName
{
background-color: #3D232F;
}
.BgClassName
{
background-color: #3D232F;
}
</style>
border-color css
<style>
span { border-color: #3D232F; }
span { border-color: rgb(61,35,47); }
td.TdClassName
{
border-color: #3D232F;
}
.TagClassName
{
border-color: #3D232F;
}
</style>