Shades of Toledo #3D2530
Tints of Toledo #3D2530
RGB
CMYK
RGB Variations
Color information
#3D2530 (or 0x3D2530) is known color: Toledo. HEX triplet: 3D, 25 and 30. RGB value is (61,37,48). Sum of RGB (Red+Green+Blue) = 61+37+48=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2530 is #C2DACF. Grayscale: #2D2D2D. Windows color (decimal): -12770000 or 3155261. OLE color: 3155261.
HSL color Cylindrical-coordinate representation of color #3D2530: hue angle of 332.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D2530 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 37 | 48 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.76 |
| HSL | 332.5º | 0.24% | 0.19% | - |
| HSV(B) | 332.5º | 0.39% | 0.24% | - |
| XYZ | 3.12 | 2.53 | 3.12 | - |
| YUV | 45.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 48 | 0 | 0.39 | 0.21 | 0.76 | 332.5 | 0.24 | 0.19 |
| Hex | 3D | 25 | 30 | 0 | 27 | 15 | 4C | 14C | 18 | 13 |
| Octal | 75 | 45 | 60 | 0 | 47 | 25 | 114 | 514 | 30 | 23 |
| Binary | 111101 | 100101 | 110000 | 0 | 100111 | 10101 | 1001100 | 101001100 | 11000 | 10011 |
Color Harmonies of #3D2530
Complementary color
Monochromatic Colors of #3D2530
Black with #3D2530
Text Example
Text Example
White with #3D2530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2530; }
p { color: rgb(61,37,48); }
H1.HeaderClassName
{
color: #3D2530;
}
.AnyTagClassName
{
color: #3D2530;
}
</style>
background-color css
<style>
a { background-color: #3D2530; }
a { background-color: rgb(61,37,48); }
div.DivClassName
{
background-color: #3D2530;
}
.BgClassName
{
background-color: #3D2530;
}
</style>
border-color css
<style>
span { border-color: #3D2530; }
span { border-color: rgb(61,37,48); }
td.TdClassName
{
border-color: #3D2530;
}
.TagClassName
{
border-color: #3D2530;
}
</style>