Shades of Revolver #34323B
Tints of Revolver #34323B
RGB
CMYK
RGB Variations
Color information
#34323B (or 0x34323B) is known color: Revolver. HEX triplet: 34, 32 and 3B. RGB value is (52,50,59). Sum of RGB (Red+Green+Blue) = 52+50+59=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 59 - color contains mainly: blue. Hex color #34323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34323B is #CBCDC4. Grayscale: #333333. Windows color (decimal): -13356485 or 3879476. OLE color: 3879476.
HSL color Cylindrical-coordinate representation of color #34323B: hue angle of 253.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #34323B is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 50 | 59 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.77 |
| HSL | 253.33º | 0.08% | 0.21% | - |
| HSV(B) | 253.33º | 0.15% | 0.23% | - |
| XYZ | 3.35 | 3.33 | 4.6 | - |
| YUV | 51.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 59 | 0.12 | 0.15 | 0 | 0.77 | 253.33 | 0.08 | 0.21 |
| Hex | 34 | 32 | 3B | C | F | 0 | 4D | FD | 8 | 15 |
| Octal | 64 | 62 | 73 | 14 | 17 | 0 | 115 | 375 | 10 | 25 |
| Binary | 110100 | 110010 | 111011 | 1100 | 1111 | 0 | 1001101 | 11111101 | 1000 | 10101 |
Color Harmonies of #34323B
Complementary color
Monochromatic Colors of #34323B
Black with #34323B
Text Example
Text Example
White with #34323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34323B; }
p { color: rgb(52,50,59); }
H1.HeaderClassName
{
color: #34323B;
}
.AnyTagClassName
{
color: #34323B;
}
</style>
background-color css
<style>
a { background-color: #34323B; }
a { background-color: rgb(52,50,59); }
div.DivClassName
{
background-color: #34323B;
}
.BgClassName
{
background-color: #34323B;
}
</style>
border-color css
<style>
span { border-color: #34323B; }
span { border-color: rgb(52,50,59); }
td.TdClassName
{
border-color: #34323B;
}
.TagClassName
{
border-color: #34323B;
}
</style>