Shades of Toledo #3D2933
Tints of Toledo #3D2933
RGB
CMYK
RGB Variations
Color information
#3D2933 (or 0x3D2933) is known color: Toledo. HEX triplet: 3D, 29 and 33. RGB value is (61,41,51). Sum of RGB (Red+Green+Blue) = 61+41+51=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2933 is #C2D6CC. Grayscale: #303030. Windows color (decimal): -12768973 or 3352893. OLE color: 3352893.
HSL color Cylindrical-coordinate representation of color #3D2933: hue angle of 330º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D2933 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 51 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.76 |
| HSL | 330º | 0.2% | 0.2% | - |
| HSV(B) | 330º | 0.33% | 0.24% | - |
| XYZ | 3.31 | 2.82 | 3.5 | - |
| YUV | 48.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 51 | 0 | 0.33 | 0.16 | 0.76 | 330 | 0.2 | 0.2 |
| Hex | 3D | 29 | 33 | 0 | 21 | 10 | 4C | 14A | 14 | 14 |
| Octal | 75 | 51 | 63 | 0 | 41 | 20 | 114 | 512 | 24 | 24 |
| Binary | 111101 | 101001 | 110011 | 0 | 100001 | 10000 | 1001100 | 101001010 | 10100 | 10100 |
Color Harmonies of #3D2933
Complementary color
Monochromatic Colors of #3D2933
Black with #3D2933
Text Example
Text Example
White with #3D2933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2933; }
p { color: rgb(61,41,51); }
H1.HeaderClassName
{
color: #3D2933;
}
.AnyTagClassName
{
color: #3D2933;
}
</style>
background-color css
<style>
a { background-color: #3D2933; }
a { background-color: rgb(61,41,51); }
div.DivClassName
{
background-color: #3D2933;
}
.BgClassName
{
background-color: #3D2933;
}
</style>
border-color css
<style>
span { border-color: #3D2933; }
span { border-color: rgb(61,41,51); }
td.TdClassName
{
border-color: #3D2933;
}
.TagClassName
{
border-color: #3D2933;
}
</style>