Shades of Toledo #38232E
Tints of Toledo #38232E
RGB
CMYK
RGB Variations
Color information
#38232E (or 0x38232E) is known color: Toledo. HEX triplet: 38, 23 and 2E. RGB value is (56,35,46). Sum of RGB (Red+Green+Blue) = 56+35+46=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38232E is #C7DCD1. Grayscale: #2A2A2A. Windows color (decimal): -13098194 or 3023672. OLE color: 3023672.
HSL color Cylindrical-coordinate representation of color #38232E: hue angle of 328.57º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38232E is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 46 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.78 |
| HSL | 328.57º | 0.23% | 0.18% | - |
| HSV(B) | 328.57º | 0.38% | 0.22% | - |
| XYZ | 2.73 | 2.24 | 2.87 | - |
| YUV | 42.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 46 | 0 | 0.37 | 0.18 | 0.78 | 328.57 | 0.23 | 0.18 |
| Hex | 38 | 23 | 2E | 0 | 25 | 12 | 4E | 149 | 17 | 12 |
| Octal | 70 | 43 | 56 | 0 | 45 | 22 | 116 | 511 | 27 | 22 |
| Binary | 111000 | 100011 | 101110 | 0 | 100101 | 10010 | 1001110 | 101001001 | 10111 | 10010 |
Color Harmonies of #38232E
Complementary color
Monochromatic Colors of #38232E
Black with #38232E
Text Example
Text Example
White with #38232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38232E; }
p { color: rgb(56,35,46); }
H1.HeaderClassName
{
color: #38232E;
}
.AnyTagClassName
{
color: #38232E;
}
</style>
background-color css
<style>
a { background-color: #38232E; }
a { background-color: rgb(56,35,46); }
div.DivClassName
{
background-color: #38232E;
}
.BgClassName
{
background-color: #38232E;
}
</style>
border-color css
<style>
span { border-color: #38232E; }
span { border-color: rgb(56,35,46); }
td.TdClassName
{
border-color: #38232E;
}
.TagClassName
{
border-color: #38232E;
}
</style>