Shades of Toledo #38252E
Tints of Toledo #38252E
RGB
CMYK
RGB Variations
Color information
#38252E (or 0x38252E) is known color: Toledo. HEX triplet: 38, 25 and 2E. RGB value is (56,37,46). Sum of RGB (Red+Green+Blue) = 56+37+46=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38252E is #C7DAD1. Grayscale: #2B2B2B. Windows color (decimal): -13097682 or 3024184. OLE color: 3024184.
HSL color Cylindrical-coordinate representation of color #38252E: hue angle of 331.58º 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 #38252E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 37 | 46 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.78 |
| HSL | 331.58º | 0.2% | 0.18% | - |
| HSV(B) | 331.58º | 0.34% | 0.22% | - |
| XYZ | 2.79 | 2.36 | 2.89 | - |
| YUV | 43.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 37 | 46 | 0 | 0.34 | 0.18 | 0.78 | 331.58 | 0.2 | 0.18 |
| Hex | 38 | 25 | 2E | 0 | 22 | 12 | 4E | 14C | 14 | 12 |
| Octal | 70 | 45 | 56 | 0 | 42 | 22 | 116 | 514 | 24 | 22 |
| Binary | 111000 | 100101 | 101110 | 0 | 100010 | 10010 | 1001110 | 101001100 | 10100 | 10010 |
Color Harmonies of #38252E
Complementary color
Monochromatic Colors of #38252E
Black with #38252E
Text Example
Text Example
White with #38252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38252E; }
p { color: rgb(56,37,46); }
H1.HeaderClassName
{
color: #38252E;
}
.AnyTagClassName
{
color: #38252E;
}
</style>
background-color css
<style>
a { background-color: #38252E; }
a { background-color: rgb(56,37,46); }
div.DivClassName
{
background-color: #38252E;
}
.BgClassName
{
background-color: #38252E;
}
</style>
border-color css
<style>
span { border-color: #38252E; }
span { border-color: rgb(56,37,46); }
td.TdClassName
{
border-color: #38252E;
}
.TagClassName
{
border-color: #38252E;
}
</style>