Shades of Toledo #38222F
Tints of Toledo #38222F
RGB
CMYK
RGB Variations
Color information
#38222F (or 0x38222F) is known color: Toledo. HEX triplet: 38, 22 and 2F. RGB value is (56,34,47). Sum of RGB (Red+Green+Blue) = 56+34+47=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38222F is #C7DDD0. Grayscale: #2A2A2A. Windows color (decimal): -13098449 or 3088952. OLE color: 3088952.
HSL color Cylindrical-coordinate representation of color #38222F: hue angle of 324.55º 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 #38222F is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 34 | 47 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.78 |
| HSL | 324.55º | 0.24% | 0.18% | - |
| HSV(B) | 324.55º | 0.39% | 0.22% | - |
| XYZ | 2.72 | 2.19 | 2.97 | - |
| YUV | 42.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 47 | 0 | 0.39 | 0.16 | 0.78 | 324.55 | 0.24 | 0.18 |
| Hex | 38 | 22 | 2F | 0 | 27 | 10 | 4E | 145 | 18 | 12 |
| Octal | 70 | 42 | 57 | 0 | 47 | 20 | 116 | 505 | 30 | 22 |
| Binary | 111000 | 100010 | 101111 | 0 | 100111 | 10000 | 1001110 | 101000101 | 11000 | 10010 |
Color Harmonies of #38222F
Complementary color
Monochromatic Colors of #38222F
Black with #38222F
Text Example
Text Example
White with #38222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38222F; }
p { color: rgb(56,34,47); }
H1.HeaderClassName
{
color: #38222F;
}
.AnyTagClassName
{
color: #38222F;
}
</style>
background-color css
<style>
a { background-color: #38222F; }
a { background-color: rgb(56,34,47); }
div.DivClassName
{
background-color: #38222F;
}
.BgClassName
{
background-color: #38222F;
}
</style>
border-color css
<style>
span { border-color: #38222F; }
span { border-color: rgb(56,34,47); }
td.TdClassName
{
border-color: #38222F;
}
.TagClassName
{
border-color: #38222F;
}
</style>