Shades of Toledo #38232C
Tints of Toledo #38232C
RGB
CMYK
RGB Variations
Color information
#38232C (or 0x38232C) is known color: Toledo. HEX triplet: 38, 23 and 2C. RGB value is (56,35,44). Sum of RGB (Red+Green+Blue) = 56+35+44=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38232C is #C7DCD3. Grayscale: #2A2A2A. Windows color (decimal): -13098196 or 2892600. OLE color: 2892600.
HSL color Cylindrical-coordinate representation of color #38232C: hue angle of 334.29º 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 #38232C is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 35 | 44 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.78 |
| HSL | 334.29º | 0.23% | 0.18% | - |
| HSV(B) | 334.29º | 0.38% | 0.22% | - |
| XYZ | 2.69 | 2.22 | 2.67 | - |
| YUV | 42.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 44 | 0 | 0.37 | 0.21 | 0.78 | 334.29 | 0.23 | 0.18 |
| Hex | 38 | 23 | 2C | 0 | 25 | 15 | 4E | 14E | 17 | 12 |
| Octal | 70 | 43 | 54 | 0 | 45 | 25 | 116 | 516 | 27 | 22 |
| Binary | 111000 | 100011 | 101100 | 0 | 100101 | 10101 | 1001110 | 101001110 | 10111 | 10010 |
Color Harmonies of #38232C
Complementary color
Monochromatic Colors of #38232C
Black with #38232C
Text Example
Text Example
White with #38232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38232C; }
p { color: rgb(56,35,44); }
H1.HeaderClassName
{
color: #38232C;
}
.AnyTagClassName
{
color: #38232C;
}
</style>
background-color css
<style>
a { background-color: #38232C; }
a { background-color: rgb(56,35,44); }
div.DivClassName
{
background-color: #38232C;
}
.BgClassName
{
background-color: #38232C;
}
</style>
border-color css
<style>
span { border-color: #38232C; }
span { border-color: rgb(56,35,44); }
td.TdClassName
{
border-color: #38232C;
}
.TagClassName
{
border-color: #38232C;
}
</style>