Shades of Toledo #381F2C
Tints of Toledo #381F2C
RGB
CMYK
RGB Variations
Color information
#381F2C (or 0x381F2C) is known color: Toledo. HEX triplet: 38, 1F and 2C. RGB value is (56,31,44). Sum of RGB (Red+Green+Blue) = 56+31+44=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F2C is #C7E0D3. Grayscale: #272727. Windows color (decimal): -13099220 or 2891576. OLE color: 2891576.
HSL color Cylindrical-coordinate representation of color #381F2C: hue angle of 328.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #381F2C is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 31 | 44 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.78 |
| HSL | 328.8º | 0.29% | 0.17% | - |
| HSV(B) | 328.8º | 0.45% | 0.22% | - |
| XYZ | 2.58 | 2 | 2.63 | - |
| YUV | 39.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 44 | 0 | 0.45 | 0.21 | 0.78 | 328.8 | 0.29 | 0.17 |
| Hex | 38 | 1F | 2C | 0 | 2D | 15 | 4E | 149 | 1D | 11 |
| Octal | 70 | 37 | 54 | 0 | 55 | 25 | 116 | 511 | 35 | 21 |
| Binary | 111000 | 11111 | 101100 | 0 | 101101 | 10101 | 1001110 | 101001001 | 11101 | 10001 |
Color Harmonies of #381F2C
Complementary color
Monochromatic Colors of #381F2C
Black with #381F2C
Text Example
Text Example
White with #381F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F2C; }
p { color: rgb(56,31,44); }
H1.HeaderClassName
{
color: #381F2C;
}
.AnyTagClassName
{
color: #381F2C;
}
</style>
background-color css
<style>
a { background-color: #381F2C; }
a { background-color: rgb(56,31,44); }
div.DivClassName
{
background-color: #381F2C;
}
.BgClassName
{
background-color: #381F2C;
}
</style>
border-color css
<style>
span { border-color: #381F2C; }
span { border-color: rgb(56,31,44); }
td.TdClassName
{
border-color: #381F2C;
}
.TagClassName
{
border-color: #381F2C;
}
</style>