Shades of Revolver #39393B
Tints of Revolver #39393B
RGB
CMYK
RGB Variations
Color information
#39393B (or 0x39393B) is known color: Revolver. HEX triplet: 39, 39 and 3B. RGB value is (57,57,59). Sum of RGB (Red+Green+Blue) = 57+57+59=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 59 - color contains mainly: blue. Hex color #39393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39393B is #C6C6C4. Grayscale: #393939. Windows color (decimal): -13027013 or 3881273. OLE color: 3881273.
HSL color Cylindrical-coordinate representation of color #39393B: hue angle of 240º degrees, saturation: 0.02, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #39393B is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 57 | 59 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.77 |
| HSL | 240º | 0.02% | 0.23% | - |
| HSV(B) | 240º | 0.03% | 0.23% | - |
| XYZ | 3.94 | 4.11 | 4.72 | - |
| YUV | 57.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 57 | 59 | 0.03 | 0.03 | 0 | 0.77 | 240 | 0.02 | 0.23 |
| Hex | 39 | 39 | 3B | 3 | 3 | 0 | 4D | F0 | 2 | 17 |
| Octal | 71 | 71 | 73 | 3 | 3 | 0 | 115 | 360 | 2 | 27 |
| Binary | 111001 | 111001 | 111011 | 11 | 11 | 0 | 1001101 | 11110000 | 10 | 10111 |
Color Harmonies of #39393B
Complementary color
Monochromatic Colors of #39393B
Black with #39393B
Text Example
Text Example
White with #39393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39393B; }
p { color: rgb(57,57,59); }
H1.HeaderClassName
{
color: #39393B;
}
.AnyTagClassName
{
color: #39393B;
}
</style>
background-color css
<style>
a { background-color: #39393B; }
a { background-color: rgb(57,57,59); }
div.DivClassName
{
background-color: #39393B;
}
.BgClassName
{
background-color: #39393B;
}
</style>
border-color css
<style>
span { border-color: #39393B; }
span { border-color: rgb(57,57,59); }
td.TdClassName
{
border-color: #39393B;
}
.TagClassName
{
border-color: #39393B;
}
</style>