Shades of Revolver #312F40
Tints of Revolver #312F40
RGB
CMYK
RGB Variations
Color information
#312F40 (or 0x312F40) is known color: Revolver. HEX triplet: 31, 2F and 40. RGB value is (49,47,64). Sum of RGB (Red+Green+Blue) = 49+47+64=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #312F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F40 is #CED0BF. Grayscale: #313131. Windows color (decimal): -13553856 or 4206385. OLE color: 4206385.
HSL color Cylindrical-coordinate representation of color #312F40: hue angle of 247.06º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312F40 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 47 | 64 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.75 |
| HSL | 247.06º | 0.15% | 0.22% | - |
| HSV(B) | 247.06º | 0.27% | 0.25% | - |
| XYZ | 3.21 | 3.06 | 5.27 | - |
| YUV | 49.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 64 | 0.23 | 0.27 | 0 | 0.75 | 247.06 | 0.15 | 0.22 |
| Hex | 31 | 2F | 40 | 17 | 1B | 0 | 4B | F7 | F | 16 |
| Octal | 61 | 57 | 100 | 27 | 33 | 0 | 113 | 367 | 17 | 26 |
| Binary | 110001 | 101111 | 1000000 | 10111 | 11011 | 0 | 1001011 | 11110111 | 1111 | 10110 |
Color Harmonies of #312F40
Complementary color
Monochromatic Colors of #312F40
Black with #312F40
Text Example
Text Example
White with #312F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312F40; }
p { color: rgb(49,47,64); }
H1.HeaderClassName
{
color: #312F40;
}
.AnyTagClassName
{
color: #312F40;
}
</style>
background-color css
<style>
a { background-color: #312F40; }
a { background-color: rgb(49,47,64); }
div.DivClassName
{
background-color: #312F40;
}
.BgClassName
{
background-color: #312F40;
}
</style>
border-color css
<style>
span { border-color: #312F40; }
span { border-color: rgb(49,47,64); }
td.TdClassName
{
border-color: #312F40;
}
.TagClassName
{
border-color: #312F40;
}
</style>