Shades of Revolver #34333B
Tints of Revolver #34333B
RGB
CMYK
RGB Variations
Color information
#34333B (or 0x34333B) is known color: Revolver. HEX triplet: 34, 33 and 3B. RGB value is (52,51,59). Sum of RGB (Red+Green+Blue) = 52+51+59=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #34333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34333B is #CBCCC4. Grayscale: #343434. Windows color (decimal): -13356229 or 3879732. OLE color: 3879732.
HSL color Cylindrical-coordinate representation of color #34333B: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #34333B is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 51 | 59 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.77 |
| HSL | 247.5º | 0.07% | 0.22% | - |
| HSV(B) | 247.5º | 0.14% | 0.23% | - |
| XYZ | 3.39 | 3.41 | 4.62 | - |
| YUV | 52.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 59 | 0.12 | 0.14 | 0 | 0.77 | 247.5 | 0.07 | 0.22 |
| Hex | 34 | 33 | 3B | C | E | 0 | 4D | F8 | 7 | 16 |
| Octal | 64 | 63 | 73 | 14 | 16 | 0 | 115 | 370 | 7 | 26 |
| Binary | 110100 | 110011 | 111011 | 1100 | 1110 | 0 | 1001101 | 11111000 | 111 | 10110 |
Color Harmonies of #34333B
Complementary color
Monochromatic Colors of #34333B
Black with #34333B
Text Example
Text Example
White with #34333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34333B; }
p { color: rgb(52,51,59); }
H1.HeaderClassName
{
color: #34333B;
}
.AnyTagClassName
{
color: #34333B;
}
</style>
background-color css
<style>
a { background-color: #34333B; }
a { background-color: rgb(52,51,59); }
div.DivClassName
{
background-color: #34333B;
}
.BgClassName
{
background-color: #34333B;
}
</style>
border-color css
<style>
span { border-color: #34333B; }
span { border-color: rgb(52,51,59); }
td.TdClassName
{
border-color: #34333B;
}
.TagClassName
{
border-color: #34333B;
}
</style>