Shades of Bunting #31374A
Tints of Bunting #31374A
RGB
CMYK
RGB Variations
Color information
#31374A (or 0x31374A) is known color: Bunting. HEX triplet: 31, 37 and 4A. RGB value is (49,55,74). Sum of RGB (Red+Green+Blue) = 49+55+74=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #31374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31374A is #CEC8B5. Grayscale: #373737. Windows color (decimal): -13551798 or 4863793. OLE color: 4863793.
HSL color Cylindrical-coordinate representation of color #31374A: hue angle of 225.6º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #31374A is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 55 | 74 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.71 |
| HSL | 225.6º | 0.2% | 0.24% | - |
| HSV(B) | 225.6º | 0.34% | 0.29% | - |
| XYZ | 3.87 | 3.88 | 7.02 | - |
| YUV | 55.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 74 | 0.34 | 0.26 | 0 | 0.71 | 225.6 | 0.2 | 0.24 |
| Hex | 31 | 37 | 4A | 22 | 1A | 0 | 47 | E2 | 14 | 18 |
| Octal | 61 | 67 | 112 | 42 | 32 | 0 | 107 | 342 | 24 | 30 |
| Binary | 110001 | 110111 | 1001010 | 100010 | 11010 | 0 | 1000111 | 11100010 | 10100 | 11000 |
Color Harmonies of #31374A
Complementary color
Monochromatic Colors of #31374A
Black with #31374A
Text Example
Text Example
White with #31374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31374A; }
p { color: rgb(49,55,74); }
H1.HeaderClassName
{
color: #31374A;
}
.AnyTagClassName
{
color: #31374A;
}
</style>
background-color css
<style>
a { background-color: #31374A; }
a { background-color: rgb(49,55,74); }
div.DivClassName
{
background-color: #31374A;
}
.BgClassName
{
background-color: #31374A;
}
</style>
border-color css
<style>
span { border-color: #31374A; }
span { border-color: rgb(49,55,74); }
td.TdClassName
{
border-color: #31374A;
}
.TagClassName
{
border-color: #31374A;
}
</style>