Shades of Toledo #38252D
Tints of Toledo #38252D
RGB
CMYK
RGB Variations
Color information
#38252D (or 0x38252D) is known color: Toledo. HEX triplet: 38, 25 and 2D. RGB value is (56,37,45). Sum of RGB (Red+Green+Blue) = 56+37+45=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38252D is #C7DAD2. Grayscale: #2B2B2B. Windows color (decimal): -13097683 or 2958648. OLE color: 2958648.
HSL color Cylindrical-coordinate representation of color #38252D: hue angle of 334.74º 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 #38252D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 37 | 45 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.78 |
| HSL | 334.74º | 0.2% | 0.18% | - |
| HSV(B) | 334.74º | 0.34% | 0.22% | - |
| XYZ | 2.77 | 2.35 | 2.79 | - |
| YUV | 43.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 45 | 0 | 0.34 | 0.20 | 0.78 | 334.74 | 0.2 | 0.18 |
| Hex | 38 | 25 | 2D | 0 | 22 | 14 | 4E | 14F | 14 | 12 |
| Octal | 70 | 45 | 55 | 0 | 42 | 24 | 116 | 517 | 24 | 22 |
| Binary | 111000 | 100101 | 101101 | 0 | 100010 | 10100 | 1001110 | 101001111 | 10100 | 10010 |
Color Harmonies of #38252D
Complementary color
Monochromatic Colors of #38252D
Black with #38252D
Text Example
Text Example
White with #38252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38252D; }
p { color: rgb(56,37,45); }
H1.HeaderClassName
{
color: #38252D;
}
.AnyTagClassName
{
color: #38252D;
}
</style>
background-color css
<style>
a { background-color: #38252D; }
a { background-color: rgb(56,37,45); }
div.DivClassName
{
background-color: #38252D;
}
.BgClassName
{
background-color: #38252D;
}
</style>
border-color css
<style>
span { border-color: #38252D; }
span { border-color: rgb(56,37,45); }
td.TdClassName
{
border-color: #38252D;
}
.TagClassName
{
border-color: #38252D;
}
</style>