Shades of Revolver #34313E
Tints of Revolver #34313E
RGB
CMYK
RGB Variations
Color information
#34313E (or 0x34313E) is known color: Revolver. HEX triplet: 34, 31 and 3E. RGB value is (52,49,62). Sum of RGB (Red+Green+Blue) = 52+49+62=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 62 - color contains mainly: blue. Hex color #34313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34313E is #CBCEC1. Grayscale: #333333. Windows color (decimal): -13356738 or 4075828. OLE color: 4075828.
HSL color Cylindrical-coordinate representation of color #34313E: hue angle of 253.85º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #34313E is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 49 | 62 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.76 |
| HSL | 253.85º | 0.12% | 0.22% | - |
| HSV(B) | 253.85º | 0.21% | 0.24% | - |
| XYZ | 3.38 | 3.27 | 5.01 | - |
| YUV | 51.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 62 | 0.16 | 0.21 | 0 | 0.76 | 253.85 | 0.12 | 0.22 |
| Hex | 34 | 31 | 3E | 10 | 15 | 0 | 4C | FE | C | 16 |
| Octal | 64 | 61 | 76 | 20 | 25 | 0 | 114 | 376 | 14 | 26 |
| Binary | 110100 | 110001 | 111110 | 10000 | 10101 | 0 | 1001100 | 11111110 | 1100 | 10110 |
Color Harmonies of #34313E
Complementary color
Monochromatic Colors of #34313E
Black with #34313E
Text Example
Text Example
White with #34313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34313E; }
p { color: rgb(52,49,62); }
H1.HeaderClassName
{
color: #34313E;
}
.AnyTagClassName
{
color: #34313E;
}
</style>
background-color css
<style>
a { background-color: #34313E; }
a { background-color: rgb(52,49,62); }
div.DivClassName
{
background-color: #34313E;
}
.BgClassName
{
background-color: #34313E;
}
</style>
border-color css
<style>
span { border-color: #34313E; }
span { border-color: rgb(52,49,62); }
td.TdClassName
{
border-color: #34313E;
}
.TagClassName
{
border-color: #34313E;
}
</style>