Shades of Toledo #38252C
Tints of Toledo #38252C
RGB
CMYK
RGB Variations
Color information
#38252C (or 0x38252C) is known color: Toledo. HEX triplet: 38, 25 and 2C. RGB value is (56,37,44). Sum of RGB (Red+Green+Blue) = 56+37+44=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38252C is #C7DAD3. Grayscale: #2B2B2B. Windows color (decimal): -13097684 or 2893112. OLE color: 2893112.
HSL color Cylindrical-coordinate representation of color #38252C: hue angle of 337.89º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38252C is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 37 | 44 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.78 |
| HSL | 337.89º | 0.2% | 0.18% | - |
| HSV(B) | 337.89º | 0.34% | 0.22% | - |
| XYZ | 2.75 | 2.35 | 2.69 | - |
| YUV | 43.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 44 | 0 | 0.34 | 0.21 | 0.78 | 337.89 | 0.2 | 0.18 |
| Hex | 38 | 25 | 2C | 0 | 22 | 15 | 4E | 152 | 14 | 12 |
| Octal | 70 | 45 | 54 | 0 | 42 | 25 | 116 | 522 | 24 | 22 |
| Binary | 111000 | 100101 | 101100 | 0 | 100010 | 10101 | 1001110 | 101010010 | 10100 | 10010 |
Color Harmonies of #38252C
Complementary color
Monochromatic Colors of #38252C
Black with #38252C
Text Example
Text Example
White with #38252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38252C; }
p { color: rgb(56,37,44); }
H1.HeaderClassName
{
color: #38252C;
}
.AnyTagClassName
{
color: #38252C;
}
</style>
background-color css
<style>
a { background-color: #38252C; }
a { background-color: rgb(56,37,44); }
div.DivClassName
{
background-color: #38252C;
}
.BgClassName
{
background-color: #38252C;
}
</style>
border-color css
<style>
span { border-color: #38252C; }
span { border-color: rgb(56,37,44); }
td.TdClassName
{
border-color: #38252C;
}
.TagClassName
{
border-color: #38252C;
}
</style>