Shades of Revolver #34343D
Tints of Revolver #34343D
RGB
CMYK
RGB Variations
Color information
#34343D (or 0x34343D) is known color: Revolver. HEX triplet: 34, 34 and 3D. RGB value is (52,52,61). Sum of RGB (Red+Green+Blue) = 52+52+61=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 61 - color contains mainly: blue. Hex color #34343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34343D is #CBCBC2. Grayscale: #343434. Windows color (decimal): -13355971 or 4011060. OLE color: 4011060.
HSL color Cylindrical-coordinate representation of color #34343D: hue angle of 240º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34343D is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 52 | 61 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.76 |
| HSL | 240º | 0.08% | 0.22% | - |
| HSV(B) | 240º | 0.15% | 0.24% | - |
| XYZ | 3.49 | 3.52 | 4.91 | - |
| YUV | 53.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 52 | 61 | 0.15 | 0.15 | 0 | 0.76 | 240 | 0.08 | 0.22 |
| Hex | 34 | 34 | 3D | F | F | 0 | 4C | F0 | 8 | 16 |
| Octal | 64 | 64 | 75 | 17 | 17 | 0 | 114 | 360 | 10 | 26 |
| Binary | 110100 | 110100 | 111101 | 1111 | 1111 | 0 | 1001100 | 11110000 | 1000 | 10110 |
Color Harmonies of #34343D
Complementary color
Monochromatic Colors of #34343D
Black with #34343D
Text Example
Text Example
White with #34343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34343D; }
p { color: rgb(52,52,61); }
H1.HeaderClassName
{
color: #34343D;
}
.AnyTagClassName
{
color: #34343D;
}
</style>
background-color css
<style>
a { background-color: #34343D; }
a { background-color: rgb(52,52,61); }
div.DivClassName
{
background-color: #34343D;
}
.BgClassName
{
background-color: #34343D;
}
</style>
border-color css
<style>
span { border-color: #34343D; }
span { border-color: rgb(52,52,61); }
td.TdClassName
{
border-color: #34343D;
}
.TagClassName
{
border-color: #34343D;
}
</style>