Shades of Toledo #3F2A33
Tints of Toledo #3F2A33
RGB
CMYK
RGB Variations
Color information
#3F2A33 (or 0x3F2A33) is known color: Toledo. HEX triplet: 3F, 2A and 33. RGB value is (63,42,51). Sum of RGB (Red+Green+Blue) = 63+42+51=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A33 is #C0D5CC. Grayscale: #313131. Windows color (decimal): -12637645 or 3353151. OLE color: 3353151.
HSL color Cylindrical-coordinate representation of color #3F2A33: hue angle of 334.29º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F2A33 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 42 | 51 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.75 |
| HSL | 334.29º | 0.2% | 0.21% | - |
| HSV(B) | 334.29º | 0.33% | 0.25% | - |
| XYZ | 3.48 | 2.95 | 3.52 | - |
| YUV | 49.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 51 | 0 | 0.33 | 0.19 | 0.75 | 334.29 | 0.2 | 0.21 |
| Hex | 3F | 2A | 33 | 0 | 21 | 13 | 4B | 14E | 14 | 15 |
| Octal | 77 | 52 | 63 | 0 | 41 | 23 | 113 | 516 | 24 | 25 |
| Binary | 111111 | 101010 | 110011 | 0 | 100001 | 10011 | 1001011 | 101001110 | 10100 | 10101 |
Color Harmonies of #3F2A33
Complementary color
Monochromatic Colors of #3F2A33
Black with #3F2A33
Text Example
Text Example
White with #3F2A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A33; }
p { color: rgb(63,42,51); }
H1.HeaderClassName
{
color: #3F2A33;
}
.AnyTagClassName
{
color: #3F2A33;
}
</style>
background-color css
<style>
a { background-color: #3F2A33; }
a { background-color: rgb(63,42,51); }
div.DivClassName
{
background-color: #3F2A33;
}
.BgClassName
{
background-color: #3F2A33;
}
</style>
border-color css
<style>
span { border-color: #3F2A33; }
span { border-color: rgb(63,42,51); }
td.TdClassName
{
border-color: #3F2A33;
}
.TagClassName
{
border-color: #3F2A33;
}
</style>