Shades of Toledo #381B27
Tints of Toledo #381B27
RGB
CMYK
RGB Variations
Color information
#381B27 (or 0x381B27) is known color: Toledo. HEX triplet: 38, 1B and 27. RGB value is (56,27,39). Sum of RGB (Red+Green+Blue) = 56+27+39=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #381B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B27 is #C7E4D8. Grayscale: #252525. Windows color (decimal): -13100249 or 2562872. OLE color: 2562872.
HSL color Cylindrical-coordinate representation of color #381B27: hue angle of 335.17º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B27 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 39 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.78 |
| HSL | 335.17º | 0.35% | 0.16% | - |
| HSV(B) | 335.17º | 0.52% | 0.22% | - |
| XYZ | 2.39 | 1.77 | 2.14 | - |
| YUV | 37.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 39 | 0 | 0.52 | 0.30 | 0.78 | 335.17 | 0.35 | 0.16 |
| Hex | 38 | 1B | 27 | 0 | 34 | 1E | 4E | 14F | 23 | 10 |
| Octal | 70 | 33 | 47 | 0 | 64 | 36 | 116 | 517 | 43 | 20 |
| Binary | 111000 | 11011 | 100111 | 0 | 110100 | 11110 | 1001110 | 101001111 | 100011 | 10000 |
Color Harmonies of #381B27
Complementary color
Monochromatic Colors of #381B27
Black with #381B27
Text Example
Text Example
White with #381B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B27; }
p { color: rgb(56,27,39); }
H1.HeaderClassName
{
color: #381B27;
}
.AnyTagClassName
{
color: #381B27;
}
</style>
background-color css
<style>
a { background-color: #381B27; }
a { background-color: rgb(56,27,39); }
div.DivClassName
{
background-color: #381B27;
}
.BgClassName
{
background-color: #381B27;
}
</style>
border-color css
<style>
span { border-color: #381B27; }
span { border-color: rgb(56,27,39); }
td.TdClassName
{
border-color: #381B27;
}
.TagClassName
{
border-color: #381B27;
}
</style>