Shades of Toledo #38242F
Tints of Toledo #38242F
RGB
CMYK
RGB Variations
Color information
#38242F (or 0x38242F) is known color: Toledo. HEX triplet: 38, 24 and 2F. RGB value is (56,36,47). Sum of RGB (Red+Green+Blue) = 56+36+47=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38242F is #C7DBD0. Grayscale: #2B2B2B. Windows color (decimal): -13097937 or 3089464. OLE color: 3089464.
HSL color Cylindrical-coordinate representation of color #38242F: hue angle of 327º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38242F is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 36 | 47 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.78 |
| HSL | 327º | 0.22% | 0.18% | - |
| HSV(B) | 327º | 0.36% | 0.22% | - |
| XYZ | 2.77 | 2.31 | 2.99 | - |
| YUV | 43.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 47 | 0 | 0.36 | 0.16 | 0.78 | 327 | 0.22 | 0.18 |
| Hex | 38 | 24 | 2F | 0 | 24 | 10 | 4E | 147 | 16 | 12 |
| Octal | 70 | 44 | 57 | 0 | 44 | 20 | 116 | 507 | 26 | 22 |
| Binary | 111000 | 100100 | 101111 | 0 | 100100 | 10000 | 1001110 | 101000111 | 10110 | 10010 |
Color Harmonies of #38242F
Complementary color
Monochromatic Colors of #38242F
Black with #38242F
Text Example
Text Example
White with #38242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38242F; }
p { color: rgb(56,36,47); }
H1.HeaderClassName
{
color: #38242F;
}
.AnyTagClassName
{
color: #38242F;
}
</style>
background-color css
<style>
a { background-color: #38242F; }
a { background-color: rgb(56,36,47); }
div.DivClassName
{
background-color: #38242F;
}
.BgClassName
{
background-color: #38242F;
}
</style>
border-color css
<style>
span { border-color: #38242F; }
span { border-color: rgb(56,36,47); }
td.TdClassName
{
border-color: #38242F;
}
.TagClassName
{
border-color: #38242F;
}
</style>