Shades of Toledo #38202D
Tints of Toledo #38202D
RGB
CMYK
RGB Variations
Color information
#38202D (or 0x38202D) is known color: Toledo. HEX triplet: 38, 20 and 2D. RGB value is (56,32,45). Sum of RGB (Red+Green+Blue) = 56+32+45=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #38202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38202D is #C7DFD2. Grayscale: #282828. Windows color (decimal): -13098963 or 2957368. OLE color: 2957368.
HSL color Cylindrical-coordinate representation of color #38202D: hue angle of 327.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38202D is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 32 | 45 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.78 |
| HSL | 327.5º | 0.27% | 0.17% | - |
| HSV(B) | 327.5º | 0.43% | 0.22% | - |
| XYZ | 2.62 | 2.06 | 2.74 | - |
| YUV | 40.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 45 | 0 | 0.43 | 0.20 | 0.78 | 327.5 | 0.27 | 0.17 |
| Hex | 38 | 20 | 2D | 0 | 2B | 14 | 4E | 148 | 1B | 11 |
| Octal | 70 | 40 | 55 | 0 | 53 | 24 | 116 | 510 | 33 | 21 |
| Binary | 111000 | 100000 | 101101 | 0 | 101011 | 10100 | 1001110 | 101001000 | 11011 | 10001 |
Color Harmonies of #38202D
Complementary color
Monochromatic Colors of #38202D
Black with #38202D
Text Example
Text Example
White with #38202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38202D; }
p { color: rgb(56,32,45); }
H1.HeaderClassName
{
color: #38202D;
}
.AnyTagClassName
{
color: #38202D;
}
</style>
background-color css
<style>
a { background-color: #38202D; }
a { background-color: rgb(56,32,45); }
div.DivClassName
{
background-color: #38202D;
}
.BgClassName
{
background-color: #38202D;
}
</style>
border-color css
<style>
span { border-color: #38202D; }
span { border-color: rgb(56,32,45); }
td.TdClassName
{
border-color: #38202D;
}
.TagClassName
{
border-color: #38202D;
}
</style>