Shades of Toledo #38242C
Tints of Toledo #38242C
RGB
CMYK
RGB Variations
Color information
#38242C (or 0x38242C) is known color: Toledo. HEX triplet: 38, 24 and 2C. RGB value is (56,36,44). Sum of RGB (Red+Green+Blue) = 56+36+44=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38242C is #C7DBD3. Grayscale: #2A2A2A. Windows color (decimal): -13097940 or 2892856. OLE color: 2892856.
HSL color Cylindrical-coordinate representation of color #38242C: hue angle of 336º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38242C is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 36 | 44 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.78 |
| HSL | 336º | 0.22% | 0.18% | - |
| HSV(B) | 336º | 0.36% | 0.22% | - |
| XYZ | 2.72 | 2.28 | 2.68 | - |
| YUV | 42.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 44 | 0 | 0.36 | 0.21 | 0.78 | 336 | 0.22 | 0.18 |
| Hex | 38 | 24 | 2C | 0 | 24 | 15 | 4E | 150 | 16 | 12 |
| Octal | 70 | 44 | 54 | 0 | 44 | 25 | 116 | 520 | 26 | 22 |
| Binary | 111000 | 100100 | 101100 | 0 | 100100 | 10101 | 1001110 | 101010000 | 10110 | 10010 |
Color Harmonies of #38242C
Complementary color
Monochromatic Colors of #38242C
Black with #38242C
Text Example
Text Example
White with #38242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38242C; }
p { color: rgb(56,36,44); }
H1.HeaderClassName
{
color: #38242C;
}
.AnyTagClassName
{
color: #38242C;
}
</style>
background-color css
<style>
a { background-color: #38242C; }
a { background-color: rgb(56,36,44); }
div.DivClassName
{
background-color: #38242C;
}
.BgClassName
{
background-color: #38242C;
}
</style>
border-color css
<style>
span { border-color: #38242C; }
span { border-color: rgb(56,36,44); }
td.TdClassName
{
border-color: #38242C;
}
.TagClassName
{
border-color: #38242C;
}
</style>