Shades of Toledo #392C33
Tints of Toledo #392C33
RGB
CMYK
RGB Variations
Color information
#392C33 (or 0x392C33) is known color: Toledo. HEX triplet: 39, 2C and 33. RGB value is (57,44,51). Sum of RGB (Red+Green+Blue) = 57+44+51=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 57 - color contains mainly: red. Hex color #392C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C33 is #C6D3CC. Grayscale: #303030. Windows color (decimal): -13030349 or 3353657. OLE color: 3353657.
HSL color Cylindrical-coordinate representation of color #392C33: hue angle of 327.69º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #392C33 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 44 | 51 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.78 |
| HSL | 327.69º | 0.13% | 0.2% | - |
| HSV(B) | 327.69º | 0.23% | 0.22% | - |
| XYZ | 3.19 | 2.91 | 3.53 | - |
| YUV | 48.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 51 | 0 | 0.23 | 0.11 | 0.78 | 327.69 | 0.13 | 0.2 |
| Hex | 39 | 2C | 33 | 0 | 17 | B | 4E | 148 | D | 14 |
| Octal | 71 | 54 | 63 | 0 | 27 | 13 | 116 | 510 | 15 | 24 |
| Binary | 111001 | 101100 | 110011 | 0 | 10111 | 1011 | 1001110 | 101001000 | 1101 | 10100 |
Color Harmonies of #392C33
Complementary color
Monochromatic Colors of #392C33
Black with #392C33
Text Example
Text Example
White with #392C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C33; }
p { color: rgb(57,44,51); }
H1.HeaderClassName
{
color: #392C33;
}
.AnyTagClassName
{
color: #392C33;
}
</style>
background-color css
<style>
a { background-color: #392C33; }
a { background-color: rgb(57,44,51); }
div.DivClassName
{
background-color: #392C33;
}
.BgClassName
{
background-color: #392C33;
}
</style>
border-color css
<style>
span { border-color: #392C33; }
span { border-color: rgb(57,44,51); }
td.TdClassName
{
border-color: #392C33;
}
.TagClassName
{
border-color: #392C33;
}
</style>