Shades of Revolver #312E3F
Tints of Revolver #312E3F
RGB
CMYK
RGB Variations
Color information
#312E3F (or 0x312E3F) is known color: Revolver. HEX triplet: 31, 2E and 3F. RGB value is (49,46,63). Sum of RGB (Red+Green+Blue) = 49+46+63=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #312E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E3F is #CED1C0. Grayscale: #303030. Windows color (decimal): -13554113 or 4140593. OLE color: 4140593.
HSL color Cylindrical-coordinate representation of color #312E3F: hue angle of 250.59º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312E3F is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 46 | 63 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.75 |
| HSL | 250.59º | 0.16% | 0.21% | - |
| HSV(B) | 250.59º | 0.27% | 0.25% | - |
| XYZ | 3.14 | 2.97 | 5.11 | - |
| YUV | 48.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 63 | 0.22 | 0.27 | 0 | 0.75 | 250.59 | 0.16 | 0.21 |
| Hex | 31 | 2E | 3F | 16 | 1B | 0 | 4B | FB | 10 | 15 |
| Octal | 61 | 56 | 77 | 26 | 33 | 0 | 113 | 373 | 20 | 25 |
| Binary | 110001 | 101110 | 111111 | 10110 | 11011 | 0 | 1001011 | 11111011 | 10000 | 10101 |
Color Harmonies of #312E3F
Complementary color
Monochromatic Colors of #312E3F
Black with #312E3F
Text Example
Text Example
White with #312E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E3F; }
p { color: rgb(49,46,63); }
H1.HeaderClassName
{
color: #312E3F;
}
.AnyTagClassName
{
color: #312E3F;
}
</style>
background-color css
<style>
a { background-color: #312E3F; }
a { background-color: rgb(49,46,63); }
div.DivClassName
{
background-color: #312E3F;
}
.BgClassName
{
background-color: #312E3F;
}
</style>
border-color css
<style>
span { border-color: #312E3F; }
span { border-color: rgb(49,46,63); }
td.TdClassName
{
border-color: #312E3F;
}
.TagClassName
{
border-color: #312E3F;
}
</style>