Shades of Toledo #38232D
Tints of Toledo #38232D
RGB
CMYK
RGB Variations
Color information
#38232D (or 0x38232D) is known color: Toledo. HEX triplet: 38, 23 and 2D. RGB value is (56,35,45). Sum of RGB (Red+Green+Blue) = 56+35+45=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38232D is #C7DCD2. Grayscale: #2A2A2A. Windows color (decimal): -13098195 or 2958136. OLE color: 2958136.
HSL color Cylindrical-coordinate representation of color #38232D: hue angle of 331.43º 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 #38232D is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 45 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.78 |
| HSL | 331.43º | 0.23% | 0.18% | - |
| HSV(B) | 331.43º | 0.38% | 0.22% | - |
| XYZ | 2.71 | 2.23 | 2.77 | - |
| YUV | 42.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 45 | 0 | 0.37 | 0.20 | 0.78 | 331.43 | 0.23 | 0.18 |
| Hex | 38 | 23 | 2D | 0 | 25 | 14 | 4E | 14B | 17 | 12 |
| Octal | 70 | 43 | 55 | 0 | 45 | 24 | 116 | 513 | 27 | 22 |
| Binary | 111000 | 100011 | 101101 | 0 | 100101 | 10100 | 1001110 | 101001011 | 10111 | 10010 |
Color Harmonies of #38232D
Complementary color
Monochromatic Colors of #38232D
Black with #38232D
Text Example
Text Example
White with #38232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38232D; }
p { color: rgb(56,35,45); }
H1.HeaderClassName
{
color: #38232D;
}
.AnyTagClassName
{
color: #38232D;
}
</style>
background-color css
<style>
a { background-color: #38232D; }
a { background-color: rgb(56,35,45); }
div.DivClassName
{
background-color: #38232D;
}
.BgClassName
{
background-color: #38232D;
}
</style>
border-color css
<style>
span { border-color: #38232D; }
span { border-color: rgb(56,35,45); }
td.TdClassName
{
border-color: #38232D;
}
.TagClassName
{
border-color: #38232D;
}
</style>