Shades of Toledo #3F2030
Tints of Toledo #3F2030
RGB
CMYK
RGB Variations
Color information
#3F2030 (or 0x3F2030) is known color: Toledo. HEX triplet: 3F, 20 and 30. RGB value is (63,32,48). Sum of RGB (Red+Green+Blue) = 63+32+48=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2030 is #C0DFCF. Grayscale: #2B2B2B. Windows color (decimal): -12640208 or 3153983. OLE color: 3153983.
HSL color Cylindrical-coordinate representation of color #3F2030: hue angle of 329.03º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F2030 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 32 | 48 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.75 |
| HSL | 329.03º | 0.33% | 0.19% | - |
| HSV(B) | 329.03º | 0.49% | 0.25% | - |
| XYZ | 3.1 | 2.3 | 3.08 | - |
| YUV | 43.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 48 | 0 | 0.49 | 0.24 | 0.75 | 329.03 | 0.33 | 0.19 |
| Hex | 3F | 20 | 30 | 0 | 31 | 18 | 4B | 149 | 21 | 13 |
| Octal | 77 | 40 | 60 | 0 | 61 | 30 | 113 | 511 | 41 | 23 |
| Binary | 111111 | 100000 | 110000 | 0 | 110001 | 11000 | 1001011 | 101001001 | 100001 | 10011 |
Color Harmonies of #3F2030
Complementary color
Monochromatic Colors of #3F2030
Black with #3F2030
Text Example
Text Example
White with #3F2030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2030; }
p { color: rgb(63,32,48); }
H1.HeaderClassName
{
color: #3F2030;
}
.AnyTagClassName
{
color: #3F2030;
}
</style>
background-color css
<style>
a { background-color: #3F2030; }
a { background-color: rgb(63,32,48); }
div.DivClassName
{
background-color: #3F2030;
}
.BgClassName
{
background-color: #3F2030;
}
</style>
border-color css
<style>
span { border-color: #3F2030; }
span { border-color: rgb(63,32,48); }
td.TdClassName
{
border-color: #3F2030;
}
.TagClassName
{
border-color: #3F2030;
}
</style>