Shades of Toledo #3D1D2B
Tints of Toledo #3D1D2B
RGB
CMYK
RGB Variations
Color information
#3D1D2B (or 0x3D1D2B) is known color: Toledo. HEX triplet: 3D, 1D and 2B. RGB value is (61,29,43). Sum of RGB (Red+Green+Blue) = 61+29+43=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D2B is #C2E2D4. Grayscale: #282828. Windows color (decimal): -12772053 or 2825533. OLE color: 2825533.
HSL color Cylindrical-coordinate representation of color #3D1D2B: hue angle of 333.75º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D1D2B is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 29 | 43 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.76 |
| HSL | 333.75º | 0.36% | 0.18% | - |
| HSV(B) | 333.75º | 0.52% | 0.24% | - |
| XYZ | 2.8 | 2.05 | 2.53 | - |
| YUV | 40.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 43 | 0 | 0.52 | 0.30 | 0.76 | 333.75 | 0.36 | 0.18 |
| Hex | 3D | 1D | 2B | 0 | 34 | 1E | 4C | 14E | 24 | 12 |
| Octal | 75 | 35 | 53 | 0 | 64 | 36 | 114 | 516 | 44 | 22 |
| Binary | 111101 | 11101 | 101011 | 0 | 110100 | 11110 | 1001100 | 101001110 | 100100 | 10010 |
Color Harmonies of #3D1D2B
Complementary color
Monochromatic Colors of #3D1D2B
Black with #3D1D2B
Text Example
Text Example
White with #3D1D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D2B; }
p { color: rgb(61,29,43); }
H1.HeaderClassName
{
color: #3D1D2B;
}
.AnyTagClassName
{
color: #3D1D2B;
}
</style>
background-color css
<style>
a { background-color: #3D1D2B; }
a { background-color: rgb(61,29,43); }
div.DivClassName
{
background-color: #3D1D2B;
}
.BgClassName
{
background-color: #3D1D2B;
}
</style>
border-color css
<style>
span { border-color: #3D1D2B; }
span { border-color: rgb(61,29,43); }
td.TdClassName
{
border-color: #3D1D2B;
}
.TagClassName
{
border-color: #3D1D2B;
}
</style>