Shades of Toledo #3F2933
Tints of Toledo #3F2933
RGB
CMYK
RGB Variations
Color information
#3F2933 (or 0x3F2933) is known color: Toledo. HEX triplet: 3F, 29 and 33. RGB value is (63,41,51). Sum of RGB (Red+Green+Blue) = 63+41+51=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2933 is #C0D6CC. Grayscale: #303030. Windows color (decimal): -12637901 or 3352895. OLE color: 3352895.
HSL color Cylindrical-coordinate representation of color #3F2933: hue angle of 332.73º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F2933 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 41 | 51 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.75 |
| HSL | 332.73º | 0.21% | 0.2% | - |
| HSV(B) | 332.73º | 0.35% | 0.25% | - |
| XYZ | 3.44 | 2.88 | 3.51 | - |
| YUV | 48.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 51 | 0 | 0.35 | 0.19 | 0.75 | 332.73 | 0.21 | 0.2 |
| Hex | 3F | 29 | 33 | 0 | 23 | 13 | 4B | 14D | 15 | 14 |
| Octal | 77 | 51 | 63 | 0 | 43 | 23 | 113 | 515 | 25 | 24 |
| Binary | 111111 | 101001 | 110011 | 0 | 100011 | 10011 | 1001011 | 101001101 | 10101 | 10100 |
Color Harmonies of #3F2933
Complementary color
Monochromatic Colors of #3F2933
Black with #3F2933
Text Example
Text Example
White with #3F2933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2933; }
p { color: rgb(63,41,51); }
H1.HeaderClassName
{
color: #3F2933;
}
.AnyTagClassName
{
color: #3F2933;
}
</style>
background-color css
<style>
a { background-color: #3F2933; }
a { background-color: rgb(63,41,51); }
div.DivClassName
{
background-color: #3F2933;
}
.BgClassName
{
background-color: #3F2933;
}
</style>
border-color css
<style>
span { border-color: #3F2933; }
span { border-color: rgb(63,41,51); }
td.TdClassName
{
border-color: #3F2933;
}
.TagClassName
{
border-color: #3F2933;
}
</style>