Shades of Toledo #3F2230
Tints of Toledo #3F2230
RGB
CMYK
RGB Variations
Color information
#3F2230 (or 0x3F2230) is known color: Toledo. HEX triplet: 3F, 22 and 30. RGB value is (63,34,48). Sum of RGB (Red+Green+Blue) = 63+34+48=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2230 is #C0DDCF. Grayscale: #2C2C2C. Windows color (decimal): -12639696 or 3154495. OLE color: 3154495.
HSL color Cylindrical-coordinate representation of color #3F2230: hue angle of 331.03º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F2230 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 48 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.75 |
| HSL | 331.03º | 0.3% | 0.19% | - |
| HSV(B) | 331.03º | 0.46% | 0.25% | - |
| XYZ | 3.16 | 2.41 | 3.1 | - |
| YUV | 44.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 48 | 0 | 0.46 | 0.24 | 0.75 | 331.03 | 0.3 | 0.19 |
| Hex | 3F | 22 | 30 | 0 | 2E | 18 | 4B | 14B | 1E | 13 |
| Octal | 77 | 42 | 60 | 0 | 56 | 30 | 113 | 513 | 36 | 23 |
| Binary | 111111 | 100010 | 110000 | 0 | 101110 | 11000 | 1001011 | 101001011 | 11110 | 10011 |
Color Harmonies of #3F2230
Complementary color
Monochromatic Colors of #3F2230
Black with #3F2230
Text Example
Text Example
White with #3F2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2230; }
p { color: rgb(63,34,48); }
H1.HeaderClassName
{
color: #3F2230;
}
.AnyTagClassName
{
color: #3F2230;
}
</style>
background-color css
<style>
a { background-color: #3F2230; }
a { background-color: rgb(63,34,48); }
div.DivClassName
{
background-color: #3F2230;
}
.BgClassName
{
background-color: #3F2230;
}
</style>
border-color css
<style>
span { border-color: #3F2230; }
span { border-color: rgb(63,34,48); }
td.TdClassName
{
border-color: #3F2230;
}
.TagClassName
{
border-color: #3F2230;
}
</style>