Shades of Toledo #3D2330
Tints of Toledo #3D2330
RGB
CMYK
RGB Variations
Color information
#3D2330 (or 0x3D2330) is known color: Toledo. HEX triplet: 3D, 23 and 30. RGB value is (61,35,48). Sum of RGB (Red+Green+Blue) = 61+35+48=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2330 is #C2DCCF. Grayscale: #2C2C2C. Windows color (decimal): -12770512 or 3154749. OLE color: 3154749.
HSL color Cylindrical-coordinate representation of color #3D2330: hue angle of 330º 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 #3D2330 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 35 | 48 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.76 |
| HSL | 330º | 0.27% | 0.19% | - |
| HSV(B) | 330º | 0.43% | 0.24% | - |
| XYZ | 3.06 | 2.41 | 3.1 | - |
| YUV | 44.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 48 | 0 | 0.43 | 0.21 | 0.76 | 330 | 0.27 | 0.19 |
| Hex | 3D | 23 | 30 | 0 | 2B | 15 | 4C | 14A | 1B | 13 |
| Octal | 75 | 43 | 60 | 0 | 53 | 25 | 114 | 512 | 33 | 23 |
| Binary | 111101 | 100011 | 110000 | 0 | 101011 | 10101 | 1001100 | 101001010 | 11011 | 10011 |
Color Harmonies of #3D2330
Complementary color
Monochromatic Colors of #3D2330
Black with #3D2330
Text Example
Text Example
White with #3D2330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2330; }
p { color: rgb(61,35,48); }
H1.HeaderClassName
{
color: #3D2330;
}
.AnyTagClassName
{
color: #3D2330;
}
</style>
background-color css
<style>
a { background-color: #3D2330; }
a { background-color: rgb(61,35,48); }
div.DivClassName
{
background-color: #3D2330;
}
.BgClassName
{
background-color: #3D2330;
}
</style>
border-color css
<style>
span { border-color: #3D2330; }
span { border-color: rgb(61,35,48); }
td.TdClassName
{
border-color: #3D2330;
}
.TagClassName
{
border-color: #3D2330;
}
</style>