Shades of Toledo #38222A
Tints of Toledo #38222A
RGB
CMYK
RGB Variations
Color information
#38222A (or 0x38222A) is known color: Toledo. HEX triplet: 38, 22 and 2A. RGB value is (56,34,42). Sum of RGB (Red+Green+Blue) = 56+34+42=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #38222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38222A is #C7DDD5. Grayscale: #292929. Windows color (decimal): -13098454 or 2761272. OLE color: 2761272.
HSL color Cylindrical-coordinate representation of color #38222A: hue angle of 338.18º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38222A is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 34 | 42 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.78 |
| HSL | 338.18º | 0.24% | 0.18% | - |
| HSV(B) | 338.18º | 0.39% | 0.22% | - |
| XYZ | 2.62 | 2.15 | 2.47 | - |
| YUV | 41.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 42 | 0 | 0.39 | 0.25 | 0.78 | 338.18 | 0.24 | 0.18 |
| Hex | 38 | 22 | 2A | 0 | 27 | 19 | 4E | 152 | 18 | 12 |
| Octal | 70 | 42 | 52 | 0 | 47 | 31 | 116 | 522 | 30 | 22 |
| Binary | 111000 | 100010 | 101010 | 0 | 100111 | 11001 | 1001110 | 101010010 | 11000 | 10010 |
Color Harmonies of #38222A
Complementary color
Monochromatic Colors of #38222A
Black with #38222A
Text Example
Text Example
White with #38222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38222A; }
p { color: rgb(56,34,42); }
H1.HeaderClassName
{
color: #38222A;
}
.AnyTagClassName
{
color: #38222A;
}
</style>
background-color css
<style>
a { background-color: #38222A; }
a { background-color: rgb(56,34,42); }
div.DivClassName
{
background-color: #38222A;
}
.BgClassName
{
background-color: #38222A;
}
</style>
border-color css
<style>
span { border-color: #38222A; }
span { border-color: rgb(56,34,42); }
td.TdClassName
{
border-color: #38222A;
}
.TagClassName
{
border-color: #38222A;
}
</style>