Shades of Revolver #313040
Tints of Revolver #313040
RGB
CMYK
RGB Variations
Color information
#313040 (or 0x313040) is known color: Revolver. HEX triplet: 31, 30 and 40. RGB value is (49,48,64). Sum of RGB (Red+Green+Blue) = 49+48+64=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #313040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313040 is #CECFBF. Grayscale: #323232. Windows color (decimal): -13553600 or 4206641. OLE color: 4206641.
HSL color Cylindrical-coordinate representation of color #313040: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #313040 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 48 | 64 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.75 |
| HSL | 243.75º | 0.14% | 0.22% | - |
| HSV(B) | 243.75º | 0.25% | 0.25% | - |
| XYZ | 3.25 | 3.14 | 5.28 | - |
| YUV | 50.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 64 | 0.23 | 0.25 | 0 | 0.75 | 243.75 | 0.14 | 0.22 |
| Hex | 31 | 30 | 40 | 17 | 19 | 0 | 4B | F4 | E | 16 |
| Octal | 61 | 60 | 100 | 27 | 31 | 0 | 113 | 364 | 16 | 26 |
| Binary | 110001 | 110000 | 1000000 | 10111 | 11001 | 0 | 1001011 | 11110100 | 1110 | 10110 |
Color Harmonies of #313040
Complementary color
Monochromatic Colors of #313040
Black with #313040
Text Example
Text Example
White with #313040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313040; }
p { color: rgb(49,48,64); }
H1.HeaderClassName
{
color: #313040;
}
.AnyTagClassName
{
color: #313040;
}
</style>
background-color css
<style>
a { background-color: #313040; }
a { background-color: rgb(49,48,64); }
div.DivClassName
{
background-color: #313040;
}
.BgClassName
{
background-color: #313040;
}
</style>
border-color css
<style>
span { border-color: #313040; }
span { border-color: rgb(49,48,64); }
td.TdClassName
{
border-color: #313040;
}
.TagClassName
{
border-color: #313040;
}
</style>