Shades of Toledo #312A2D
Tints of Toledo #312A2D
RGB
CMYK
RGB Variations
Color information
#312A2D (or 0x312A2D) is known color: Toledo. HEX triplet: 31, 2A and 2D. RGB value is (49,42,45). Sum of RGB (Red+Green+Blue) = 49+42+45=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 49 - color contains mainly: red. Hex color #312A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A2D is #CED5D2. Grayscale: #2C2C2C. Windows color (decimal): -13555155 or 2959921. OLE color: 2959921.
HSL color Cylindrical-coordinate representation of color #312A2D: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #312A2D is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
RGB | 49 | 42 | 45 | - |
CMYK | 0 | 0.14 | 0.08 | 0.81 |
HSL | 334.29º | 0.08% | 0.18% | - |
HSV(B) | 334.29º | 0.14% | 0.19% | - |
XYZ | 2.57 | 2.5 | 2.83 | - |
YUV | 44.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 49 | 42 | 45 | 0 | 0.14 | 0.08 | 0.81 | 334.29 | 0.08 | 0.18 |
Hex | 31 | 2A | 2D | 0 | E | 8 | 51 | 14E | 8 | 12 |
Octal | 61 | 52 | 55 | 0 | 16 | 10 | 121 | 516 | 10 | 22 |
Binary | 110001 | 101010 | 101101 | 0 | 1110 | 1000 | 1010001 | 101001110 | 1000 | 10010 |
Color Harmonies of #312A2D
Complementary color
Monochromatic Colors of #312A2D
Black with #312A2D
Text Example
Text Example
White with #312A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A2D; }
p { color: rgb(49,42,45); }
H1.HeaderClassName
{
color: #312A2D;
}
.AnyTagClassName
{
color: #312A2D;
}
</style>
background-color css
<style>
a { background-color: #312A2D; }
a { background-color: rgb(49,42,45); }
div.DivClassName
{
background-color: #312A2D;
}
.BgClassName
{
background-color: #312A2D;
}
</style>
border-color css
<style>
span { border-color: #312A2D; }
span { border-color: rgb(49,42,45); }
td.TdClassName
{
border-color: #312A2D;
}
.TagClassName
{
border-color: #312A2D;
}
</style>