Shades of Toledo #38202B
Tints of Toledo #38202B
RGB
CMYK
RGB Variations
Color information
#38202B (or 0x38202B) is known color: Toledo. HEX triplet: 38, 20 and 2B. RGB value is (56,32,43). Sum of RGB (Red+Green+Blue) = 56+32+43=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #38202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38202B is #C7DFD4. Grayscale: #282828. Windows color (decimal): -13098965 or 2826296. OLE color: 2826296.
HSL color Cylindrical-coordinate representation of color #38202B: hue angle of 332.5º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38202B is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 32 | 43 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.78 |
| HSL | 332.5º | 0.27% | 0.17% | - |
| HSV(B) | 332.5º | 0.43% | 0.22% | - |
| XYZ | 2.58 | 2.05 | 2.54 | - |
| YUV | 40.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 43 | 0 | 0.43 | 0.23 | 0.78 | 332.5 | 0.27 | 0.17 |
| Hex | 38 | 20 | 2B | 0 | 2B | 17 | 4E | 14C | 1B | 11 |
| Octal | 70 | 40 | 53 | 0 | 53 | 27 | 116 | 514 | 33 | 21 |
| Binary | 111000 | 100000 | 101011 | 0 | 101011 | 10111 | 1001110 | 101001100 | 11011 | 10001 |
Color Harmonies of #38202B
Complementary color
Monochromatic Colors of #38202B
Black with #38202B
Text Example
Text Example
White with #38202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38202B; }
p { color: rgb(56,32,43); }
H1.HeaderClassName
{
color: #38202B;
}
.AnyTagClassName
{
color: #38202B;
}
</style>
background-color css
<style>
a { background-color: #38202B; }
a { background-color: rgb(56,32,43); }
div.DivClassName
{
background-color: #38202B;
}
.BgClassName
{
background-color: #38202B;
}
</style>
border-color css
<style>
span { border-color: #38202B; }
span { border-color: rgb(56,32,43); }
td.TdClassName
{
border-color: #38202B;
}
.TagClassName
{
border-color: #38202B;
}
</style>