Shades of Toledo #38222C
Tints of Toledo #38222C
RGB
CMYK
RGB Variations
Color information
#38222C (or 0x38222C) is known color: Toledo. HEX triplet: 38, 22 and 2C. RGB value is (56,34,44). Sum of RGB (Red+Green+Blue) = 56+34+44=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38222C is #C7DDD3. Grayscale: #292929. Windows color (decimal): -13098452 or 2892344. OLE color: 2892344.
HSL color Cylindrical-coordinate representation of color #38222C: hue angle of 332.73º 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 #38222C is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 34 | 44 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.78 |
| HSL | 332.73º | 0.24% | 0.18% | - |
| HSV(B) | 332.73º | 0.39% | 0.22% | - |
| XYZ | 2.66 | 2.17 | 2.66 | - |
| YUV | 41.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 44 | 0 | 0.39 | 0.21 | 0.78 | 332.73 | 0.24 | 0.18 |
| Hex | 38 | 22 | 2C | 0 | 27 | 15 | 4E | 14D | 18 | 12 |
| Octal | 70 | 42 | 54 | 0 | 47 | 25 | 116 | 515 | 30 | 22 |
| Binary | 111000 | 100010 | 101100 | 0 | 100111 | 10101 | 1001110 | 101001101 | 11000 | 10010 |
Color Harmonies of #38222C
Complementary color
Monochromatic Colors of #38222C
Black with #38222C
Text Example
Text Example
White with #38222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38222C; }
p { color: rgb(56,34,44); }
H1.HeaderClassName
{
color: #38222C;
}
.AnyTagClassName
{
color: #38222C;
}
</style>
background-color css
<style>
a { background-color: #38222C; }
a { background-color: rgb(56,34,44); }
div.DivClassName
{
background-color: #38222C;
}
.BgClassName
{
background-color: #38222C;
}
</style>
border-color css
<style>
span { border-color: #38222C; }
span { border-color: rgb(56,34,44); }
td.TdClassName
{
border-color: #38222C;
}
.TagClassName
{
border-color: #38222C;
}
</style>