Shades of Bunting #313751
Tints of Bunting #313751
RGB
CMYK
RGB Variations
Color information
#313751 (or 0x313751) is known color: Bunting. HEX triplet: 31, 37 and 51. RGB value is (49,55,81). Sum of RGB (Red+Green+Blue) = 49+55+81=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #313751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313751 is #CEC8AE. Grayscale: #383838. Windows color (decimal): -13551791 or 5322545. OLE color: 5322545.
HSL color Cylindrical-coordinate representation of color #313751: hue angle of 228.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313751 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 55 | 81 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.68 |
| HSL | 228.75º | 0.25% | 0.25% | - |
| HSV(B) | 228.75º | 0.4% | 0.32% | - |
| XYZ | 4.12 | 3.98 | 8.34 | - |
| YUV | 56.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 81 | 0.40 | 0.32 | 0 | 0.68 | 228.75 | 0.25 | 0.25 |
| Hex | 31 | 37 | 51 | 28 | 20 | 0 | 44 | E5 | 19 | 19 |
| Octal | 61 | 67 | 121 | 50 | 40 | 0 | 104 | 345 | 31 | 31 |
| Binary | 110001 | 110111 | 1010001 | 101000 | 100000 | 0 | 1000100 | 11100101 | 11001 | 11001 |
Color Harmonies of #313751
Complementary color
Monochromatic Colors of #313751
Black with #313751
Text Example
Text Example
White with #313751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313751; }
p { color: rgb(49,55,81); }
H1.HeaderClassName
{
color: #313751;
}
.AnyTagClassName
{
color: #313751;
}
</style>
background-color css
<style>
a { background-color: #313751; }
a { background-color: rgb(49,55,81); }
div.DivClassName
{
background-color: #313751;
}
.BgClassName
{
background-color: #313751;
}
</style>
border-color css
<style>
span { border-color: #313751; }
span { border-color: rgb(49,55,81); }
td.TdClassName
{
border-color: #313751;
}
.TagClassName
{
border-color: #313751;
}
</style>