Shades of Toledo #38222B
Tints of Toledo #38222B
RGB
CMYK
RGB Variations
Color information
#38222B (or 0x38222B) is known color: Toledo. HEX triplet: 38, 22 and 2B. RGB value is (56,34,43). Sum of RGB (Red+Green+Blue) = 56+34+43=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #38222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38222B is #C7DDD4. Grayscale: #292929. Windows color (decimal): -13098453 or 2826808. OLE color: 2826808.
HSL color Cylindrical-coordinate representation of color #38222B: hue angle of 335.45º 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 #38222B is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 34 | 43 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.78 |
| HSL | 335.45º | 0.24% | 0.18% | - |
| HSV(B) | 335.45º | 0.39% | 0.22% | - |
| XYZ | 2.64 | 2.16 | 2.56 | - |
| YUV | 41.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 43 | 0 | 0.39 | 0.23 | 0.78 | 335.45 | 0.24 | 0.18 |
| Hex | 38 | 22 | 2B | 0 | 27 | 17 | 4E | 14F | 18 | 12 |
| Octal | 70 | 42 | 53 | 0 | 47 | 27 | 116 | 517 | 30 | 22 |
| Binary | 111000 | 100010 | 101011 | 0 | 100111 | 10111 | 1001110 | 101001111 | 11000 | 10010 |
Color Harmonies of #38222B
Complementary color
Monochromatic Colors of #38222B
Black with #38222B
Text Example
Text Example
White with #38222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38222B; }
p { color: rgb(56,34,43); }
H1.HeaderClassName
{
color: #38222B;
}
.AnyTagClassName
{
color: #38222B;
}
</style>
background-color css
<style>
a { background-color: #38222B; }
a { background-color: rgb(56,34,43); }
div.DivClassName
{
background-color: #38222B;
}
.BgClassName
{
background-color: #38222B;
}
</style>
border-color css
<style>
span { border-color: #38222B; }
span { border-color: rgb(56,34,43); }
td.TdClassName
{
border-color: #38222B;
}
.TagClassName
{
border-color: #38222B;
}
</style>