Shades of Toledo #3F242F
Tints of Toledo #3F242F
RGB
CMYK
RGB Variations
Color information
#3F242F (or 0x3F242F) is known color: Toledo. HEX triplet: 3F, 24 and 2F. RGB value is (63,36,47). Sum of RGB (Red+Green+Blue) = 63+36+47=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F242F is #C0DBD0. Grayscale: #2D2D2D. Windows color (decimal): -12639185 or 3089471. OLE color: 3089471.
HSL color Cylindrical-coordinate representation of color #3F242F: hue angle of 335.56º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F242F is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 36 | 47 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.75 |
| HSL | 335.56º | 0.27% | 0.19% | - |
| HSV(B) | 335.56º | 0.43% | 0.25% | - |
| XYZ | 3.19 | 2.52 | 3.01 | - |
| YUV | 45.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 47 | 0 | 0.43 | 0.25 | 0.75 | 335.56 | 0.27 | 0.19 |
| Hex | 3F | 24 | 2F | 0 | 2B | 19 | 4B | 150 | 1B | 13 |
| Octal | 77 | 44 | 57 | 0 | 53 | 31 | 113 | 520 | 33 | 23 |
| Binary | 111111 | 100100 | 101111 | 0 | 101011 | 11001 | 1001011 | 101010000 | 11011 | 10011 |
Color Harmonies of #3F242F
Complementary color
Monochromatic Colors of #3F242F
Black with #3F242F
Text Example
Text Example
White with #3F242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F242F; }
p { color: rgb(63,36,47); }
H1.HeaderClassName
{
color: #3F242F;
}
.AnyTagClassName
{
color: #3F242F;
}
</style>
background-color css
<style>
a { background-color: #3F242F; }
a { background-color: rgb(63,36,47); }
div.DivClassName
{
background-color: #3F242F;
}
.BgClassName
{
background-color: #3F242F;
}
</style>
border-color css
<style>
span { border-color: #3F242F; }
span { border-color: rgb(63,36,47); }
td.TdClassName
{
border-color: #3F242F;
}
.TagClassName
{
border-color: #3F242F;
}
</style>