Shades of Revolver #312E42
Tints of Revolver #312E42
RGB
CMYK
RGB Variations
Color information
#312E42 (or 0x312E42) is known color: Revolver. HEX triplet: 31, 2E and 42. RGB value is (49,46,66). Sum of RGB (Red+Green+Blue) = 49+46+66=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 66 - color contains mainly: blue. Hex color #312E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E42 is #CED1BD. Grayscale: #313131. Windows color (decimal): -13554110 or 4337201. OLE color: 4337201.
HSL color Cylindrical-coordinate representation of color #312E42: hue angle of 249º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #312E42 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 46 | 66 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.74 |
| HSL | 249º | 0.18% | 0.22% | - |
| HSV(B) | 249º | 0.3% | 0.26% | - |
| XYZ | 3.23 | 3 | 5.56 | - |
| YUV | 49.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 66 | 0.26 | 0.30 | 0 | 0.74 | 249 | 0.18 | 0.22 |
| Hex | 31 | 2E | 42 | 1A | 1E | 0 | 4A | F9 | 12 | 16 |
| Octal | 61 | 56 | 102 | 32 | 36 | 0 | 112 | 371 | 22 | 26 |
| Binary | 110001 | 101110 | 1000010 | 11010 | 11110 | 0 | 1001010 | 11111001 | 10010 | 10110 |
Color Harmonies of #312E42
Complementary color
Monochromatic Colors of #312E42
Black with #312E42
Text Example
Text Example
White with #312E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E42; }
p { color: rgb(49,46,66); }
H1.HeaderClassName
{
color: #312E42;
}
.AnyTagClassName
{
color: #312E42;
}
</style>
background-color css
<style>
a { background-color: #312E42; }
a { background-color: rgb(49,46,66); }
div.DivClassName
{
background-color: #312E42;
}
.BgClassName
{
background-color: #312E42;
}
</style>
border-color css
<style>
span { border-color: #312E42; }
span { border-color: rgb(49,46,66); }
td.TdClassName
{
border-color: #312E42;
}
.TagClassName
{
border-color: #312E42;
}
</style>