Shades of Toledo #3B252F
Tints of Toledo #3B252F
RGB
CMYK
RGB Variations
Color information
#3B252F (or 0x3B252F) is known color: Toledo. HEX triplet: 3B, 25 and 2F. RGB value is (59,37,47). Sum of RGB (Red+Green+Blue) = 59+37+47=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B252F is #C4DAD0. Grayscale: #2C2C2C. Windows color (decimal): -12901073 or 3089723. OLE color: 3089723.
HSL color Cylindrical-coordinate representation of color #3B252F: hue angle of 332.73º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B252F is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 47 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.77 |
| HSL | 332.73º | 0.23% | 0.19% | - |
| HSV(B) | 332.73º | 0.37% | 0.23% | - |
| XYZ | 2.98 | 2.46 | 3.01 | - |
| YUV | 44.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 47 | 0 | 0.37 | 0.20 | 0.77 | 332.73 | 0.23 | 0.19 |
| Hex | 3B | 25 | 2F | 0 | 25 | 14 | 4D | 14D | 17 | 13 |
| Octal | 73 | 45 | 57 | 0 | 45 | 24 | 115 | 515 | 27 | 23 |
| Binary | 111011 | 100101 | 101111 | 0 | 100101 | 10100 | 1001101 | 101001101 | 10111 | 10011 |
Color Harmonies of #3B252F
Complementary color
Monochromatic Colors of #3B252F
Black with #3B252F
Text Example
Text Example
White with #3B252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B252F; }
p { color: rgb(59,37,47); }
H1.HeaderClassName
{
color: #3B252F;
}
.AnyTagClassName
{
color: #3B252F;
}
</style>
background-color css
<style>
a { background-color: #3B252F; }
a { background-color: rgb(59,37,47); }
div.DivClassName
{
background-color: #3B252F;
}
.BgClassName
{
background-color: #3B252F;
}
</style>
border-color css
<style>
span { border-color: #3B252F; }
span { border-color: rgb(59,37,47); }
td.TdClassName
{
border-color: #3B252F;
}
.TagClassName
{
border-color: #3B252F;
}
</style>