Shades of Revolver #343049
Tints of Revolver #343049
RGB
CMYK
RGB Variations
Color information
#343049 (or 0x343049) is known color: Revolver. HEX triplet: 34, 30 and 49. RGB value is (52,48,73). Sum of RGB (Red+Green+Blue) = 52+48+73=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #343049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343049 is #CBCFB6. Grayscale: #333333. Windows color (decimal): -13356983 or 4796468. OLE color: 4796468.
HSL color Cylindrical-coordinate representation of color #343049: hue angle of 249.6º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #343049 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 48 | 73 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.71 |
| HSL | 249.6º | 0.21% | 0.24% | - |
| HSV(B) | 249.6º | 0.34% | 0.29% | - |
| XYZ | 3.68 | 3.33 | 6.75 | - |
| YUV | 52.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 73 | 0.29 | 0.34 | 0 | 0.71 | 249.6 | 0.21 | 0.24 |
| Hex | 34 | 30 | 49 | 1D | 22 | 0 | 47 | FA | 15 | 18 |
| Octal | 64 | 60 | 111 | 35 | 42 | 0 | 107 | 372 | 25 | 30 |
| Binary | 110100 | 110000 | 1001001 | 11101 | 100010 | 0 | 1000111 | 11111010 | 10101 | 11000 |
Color Harmonies of #343049
Complementary color
Monochromatic Colors of #343049
Black with #343049
Text Example
Text Example
White with #343049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343049; }
p { color: rgb(52,48,73); }
H1.HeaderClassName
{
color: #343049;
}
.AnyTagClassName
{
color: #343049;
}
</style>
background-color css
<style>
a { background-color: #343049; }
a { background-color: rgb(52,48,73); }
div.DivClassName
{
background-color: #343049;
}
.BgClassName
{
background-color: #343049;
}
</style>
border-color css
<style>
span { border-color: #343049; }
span { border-color: rgb(52,48,73); }
td.TdClassName
{
border-color: #343049;
}
.TagClassName
{
border-color: #343049;
}
</style>