Shades of Toledo #3F2733
Tints of Toledo #3F2733
RGB
CMYK
RGB Variations
Color information
#3F2733 (or 0x3F2733) is known color: Toledo. HEX triplet: 3F, 27 and 33. RGB value is (63,39,51). Sum of RGB (Red+Green+Blue) = 63+39+51=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2733 is #C0D8CC. Grayscale: #2F2F2F. Windows color (decimal): -12638413 or 3352383. OLE color: 3352383.
HSL color Cylindrical-coordinate representation of color #3F2733: hue angle of 330º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F2733 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 51 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.75 |
| HSL | 330º | 0.24% | 0.2% | - |
| HSV(B) | 330º | 0.38% | 0.25% | - |
| XYZ | 3.37 | 2.75 | 3.48 | - |
| YUV | 47.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 51 | 0 | 0.38 | 0.19 | 0.75 | 330 | 0.24 | 0.2 |
| Hex | 3F | 27 | 33 | 0 | 26 | 13 | 4B | 14A | 18 | 14 |
| Octal | 77 | 47 | 63 | 0 | 46 | 23 | 113 | 512 | 30 | 24 |
| Binary | 111111 | 100111 | 110011 | 0 | 100110 | 10011 | 1001011 | 101001010 | 11000 | 10100 |
Color Harmonies of #3F2733
Complementary color
Monochromatic Colors of #3F2733
Black with #3F2733
Text Example
Text Example
White with #3F2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2733; }
p { color: rgb(63,39,51); }
H1.HeaderClassName
{
color: #3F2733;
}
.AnyTagClassName
{
color: #3F2733;
}
</style>
background-color css
<style>
a { background-color: #3F2733; }
a { background-color: rgb(63,39,51); }
div.DivClassName
{
background-color: #3F2733;
}
.BgClassName
{
background-color: #3F2733;
}
</style>
border-color css
<style>
span { border-color: #3F2733; }
span { border-color: rgb(63,39,51); }
td.TdClassName
{
border-color: #3F2733;
}
.TagClassName
{
border-color: #3F2733;
}
</style>