Shades of Toledo #38262E
Tints of Toledo #38262E
RGB
CMYK
RGB Variations
Color information
#38262E (or 0x38262E) is known color: Toledo. HEX triplet: 38, 26 and 2E. RGB value is (56,38,46). Sum of RGB (Red+Green+Blue) = 56+38+46=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #38262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38262E is #C7D9D1. Grayscale: #2C2C2C. Windows color (decimal): -13097426 or 3024440. OLE color: 3024440.
HSL color Cylindrical-coordinate representation of color #38262E: hue angle of 333.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38262E is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 38 | 46 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.78 |
| HSL | 333.33º | 0.19% | 0.18% | - |
| HSV(B) | 333.33º | 0.32% | 0.22% | - |
| XYZ | 2.82 | 2.42 | 2.9 | - |
| YUV | 44.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 46 | 0 | 0.32 | 0.18 | 0.78 | 333.33 | 0.19 | 0.18 |
| Hex | 38 | 26 | 2E | 0 | 20 | 12 | 4E | 14D | 13 | 12 |
| Octal | 70 | 46 | 56 | 0 | 40 | 22 | 116 | 515 | 23 | 22 |
| Binary | 111000 | 100110 | 101110 | 0 | 100000 | 10010 | 1001110 | 101001101 | 10011 | 10010 |
Color Harmonies of #38262E
Complementary color
Monochromatic Colors of #38262E
Black with #38262E
Text Example
Text Example
White with #38262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38262E; }
p { color: rgb(56,38,46); }
H1.HeaderClassName
{
color: #38262E;
}
.AnyTagClassName
{
color: #38262E;
}
</style>
background-color css
<style>
a { background-color: #38262E; }
a { background-color: rgb(56,38,46); }
div.DivClassName
{
background-color: #38262E;
}
.BgClassName
{
background-color: #38262E;
}
</style>
border-color css
<style>
span { border-color: #38262E; }
span { border-color: rgb(56,38,46); }
td.TdClassName
{
border-color: #38262E;
}
.TagClassName
{
border-color: #38262E;
}
</style>