Shades of Toledo #32252B
Tints of Toledo #32252B
RGB
CMYK
RGB Variations
Color information
#32252B (or 0x32252B) is known color: Toledo. HEX triplet: 32, 25 and 2B. RGB value is (50,37,43). Sum of RGB (Red+Green+Blue) = 50+37+43=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #32252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32252B is #CDDAD4. Grayscale: #292929. Windows color (decimal): -13490901 or 2827570. OLE color: 2827570.
HSL color Cylindrical-coordinate representation of color #32252B: hue angle of 332.31º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #32252B is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 37 | 43 | - |
CMYK | 0 | 0.26 | 0.14 | 0.80 |
HSL | 332.31º | 0.15% | 0.17% | - |
HSV(B) | 332.31º | 0.26% | 0.2% | - |
XYZ | 2.41 | 2.18 | 2.58 | - |
YUV | 41.57 | 128.81 | 134.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 37 | 43 | 0 | 0.26 | 0.14 | 0.80 | 332.31 | 0.15 | 0.17 |
Hex | 32 | 25 | 2B | 0 | 1A | E | 50 | 14C | F | 11 |
Octal | 62 | 45 | 53 | 0 | 32 | 16 | 120 | 514 | 17 | 21 |
Binary | 110010 | 100101 | 101011 | 0 | 11010 | 1110 | 1010000 | 101001100 | 1111 | 10001 |
Color Harmonies of #32252B
Complementary color
Monochromatic Colors of #32252B
Black with #32252B
Text Example
Text Example
White with #32252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32252B; }
p { color: rgb(50,37,43); }
H1.HeaderClassName
{
color: #32252B;
}
.AnyTagClassName
{
color: #32252B;
}
</style>
background-color css
<style>
a { background-color: #32252B; }
a { background-color: rgb(50,37,43); }
div.DivClassName
{
background-color: #32252B;
}
.BgClassName
{
background-color: #32252B;
}
</style>
border-color css
<style>
span { border-color: #32252B; }
span { border-color: rgb(50,37,43); }
td.TdClassName
{
border-color: #32252B;
}
.TagClassName
{
border-color: #32252B;
}
</style>