Shades of Toledo #38232F
Tints of Toledo #38232F
RGB
CMYK
RGB Variations
Color information
#38232F (or 0x38232F) is known color: Toledo. HEX triplet: 38, 23 and 2F. RGB value is (56,35,47). Sum of RGB (Red+Green+Blue) = 56+35+47=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38232F is #C7DCD0. Grayscale: #2A2A2A. Windows color (decimal): -13098193 or 3089208. OLE color: 3089208.
HSL color Cylindrical-coordinate representation of color #38232F: hue angle of 325.71º 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 #38232F is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 47 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.78 |
| HSL | 325.71º | 0.23% | 0.18% | - |
| HSV(B) | 325.71º | 0.38% | 0.22% | - |
| XYZ | 2.75 | 2.25 | 2.98 | - |
| YUV | 42.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 47 | 0 | 0.37 | 0.16 | 0.78 | 325.71 | 0.23 | 0.18 |
| Hex | 38 | 23 | 2F | 0 | 25 | 10 | 4E | 146 | 17 | 12 |
| Octal | 70 | 43 | 57 | 0 | 45 | 20 | 116 | 506 | 27 | 22 |
| Binary | 111000 | 100011 | 101111 | 0 | 100101 | 10000 | 1001110 | 101000110 | 10111 | 10010 |
Color Harmonies of #38232F
Complementary color
Monochromatic Colors of #38232F
Black with #38232F
Text Example
Text Example
White with #38232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38232F; }
p { color: rgb(56,35,47); }
H1.HeaderClassName
{
color: #38232F;
}
.AnyTagClassName
{
color: #38232F;
}
</style>
background-color css
<style>
a { background-color: #38232F; }
a { background-color: rgb(56,35,47); }
div.DivClassName
{
background-color: #38232F;
}
.BgClassName
{
background-color: #38232F;
}
</style>
border-color css
<style>
span { border-color: #38232F; }
span { border-color: rgb(56,35,47); }
td.TdClassName
{
border-color: #38232F;
}
.TagClassName
{
border-color: #38232F;
}
</style>