Shades of Toledo #3F2130
Tints of Toledo #3F2130
RGB
CMYK
RGB Variations
Color information
#3F2130 (or 0x3F2130) is known color: Toledo. HEX triplet: 3F, 21 and 30. RGB value is (63,33,48). Sum of RGB (Red+Green+Blue) = 63+33+48=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2130 is #C0DECF. Grayscale: #2B2B2B. Windows color (decimal): -12639952 or 3154239. OLE color: 3154239.
HSL color Cylindrical-coordinate representation of color #3F2130: hue angle of 330º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F2130 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 48 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.75 |
| HSL | 330º | 0.31% | 0.19% | - |
| HSV(B) | 330º | 0.48% | 0.25% | - |
| XYZ | 3.13 | 2.36 | 3.09 | - |
| YUV | 43.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 48 | 0 | 0.48 | 0.24 | 0.75 | 330 | 0.31 | 0.19 |
| Hex | 3F | 21 | 30 | 0 | 30 | 18 | 4B | 14A | 1F | 13 |
| Octal | 77 | 41 | 60 | 0 | 60 | 30 | 113 | 512 | 37 | 23 |
| Binary | 111111 | 100001 | 110000 | 0 | 110000 | 11000 | 1001011 | 101001010 | 11111 | 10011 |
Color Harmonies of #3F2130
Complementary color
Monochromatic Colors of #3F2130
Black with #3F2130
Text Example
Text Example
White with #3F2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2130; }
p { color: rgb(63,33,48); }
H1.HeaderClassName
{
color: #3F2130;
}
.AnyTagClassName
{
color: #3F2130;
}
</style>
background-color css
<style>
a { background-color: #3F2130; }
a { background-color: rgb(63,33,48); }
div.DivClassName
{
background-color: #3F2130;
}
.BgClassName
{
background-color: #3F2130;
}
</style>
border-color css
<style>
span { border-color: #3F2130; }
span { border-color: rgb(63,33,48); }
td.TdClassName
{
border-color: #3F2130;
}
.TagClassName
{
border-color: #3F2130;
}
</style>