Shades of Toledo #38232B
Tints of Toledo #38232B
RGB
CMYK
RGB Variations
Color information
#38232B (or 0x38232B) is known color: Toledo. HEX triplet: 38, 23 and 2B. RGB value is (56,35,43). Sum of RGB (Red+Green+Blue) = 56+35+43=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38232B is #C7DCD4. Grayscale: #2A2A2A. Windows color (decimal): -13098197 or 2827064. OLE color: 2827064.
HSL color Cylindrical-coordinate representation of color #38232B: hue angle of 337.14º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38232B is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 43 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.78 |
| HSL | 337.14º | 0.23% | 0.18% | - |
| HSV(B) | 337.14º | 0.38% | 0.22% | - |
| XYZ | 2.67 | 2.22 | 2.57 | - |
| YUV | 42.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 43 | 0 | 0.37 | 0.23 | 0.78 | 337.14 | 0.23 | 0.18 |
| Hex | 38 | 23 | 2B | 0 | 25 | 17 | 4E | 151 | 17 | 12 |
| Octal | 70 | 43 | 53 | 0 | 45 | 27 | 116 | 521 | 27 | 22 |
| Binary | 111000 | 100011 | 101011 | 0 | 100101 | 10111 | 1001110 | 101010001 | 10111 | 10010 |
Color Harmonies of #38232B
Complementary color
Monochromatic Colors of #38232B
Black with #38232B
Text Example
Text Example
White with #38232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38232B; }
p { color: rgb(56,35,43); }
H1.HeaderClassName
{
color: #38232B;
}
.AnyTagClassName
{
color: #38232B;
}
</style>
background-color css
<style>
a { background-color: #38232B; }
a { background-color: rgb(56,35,43); }
div.DivClassName
{
background-color: #38232B;
}
.BgClassName
{
background-color: #38232B;
}
</style>
border-color css
<style>
span { border-color: #38232B; }
span { border-color: rgb(56,35,43); }
td.TdClassName
{
border-color: #38232B;
}
.TagClassName
{
border-color: #38232B;
}
</style>