Shades of Revolver #39393A
Tints of Revolver #39393A
RGB
CMYK
RGB Variations
Color information
#39393A (or 0x39393A) is known color: Revolver. HEX triplet: 39, 39 and 3A. RGB value is (57,57,58). Sum of RGB (Red+Green+Blue) = 57+57+58=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 58 - color contains mainly: blue. Hex color #39393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39393A is #C6C6C5. Grayscale: #393939. Windows color (decimal): -13027014 or 3815737. OLE color: 3815737.
HSL color Cylindrical-coordinate representation of color #39393A: hue angle of 240º degrees, saturation: 0.01, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #39393A is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 57 | 57 | 58 | - |
CMYK | 0.02 | 0.02 | 0 | 0.77 |
HSL | 240º | 0.01% | 0.23% | - |
HSV(B) | 240º | 0.02% | 0.23% | - |
XYZ | 3.91 | 4.1 | 4.59 | - |
YUV | 57.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 57 | 57 | 58 | 0.02 | 0.02 | 0 | 0.77 | 240 | 0.01 | 0.23 |
Hex | 39 | 39 | 3A | 2 | 2 | 0 | 4D | F0 | 1 | 17 |
Octal | 71 | 71 | 72 | 2 | 2 | 0 | 115 | 360 | 1 | 27 |
Binary | 111001 | 111001 | 111010 | 10 | 10 | 0 | 1001101 | 11110000 | 1 | 10111 |
Color Harmonies of #39393A
Complementary color
Monochromatic Colors of #39393A
Black with #39393A
Text Example
Text Example
White with #39393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39393A; }
p { color: rgb(57,57,58); }
H1.HeaderClassName
{
color: #39393A;
}
.AnyTagClassName
{
color: #39393A;
}
</style>
background-color css
<style>
a { background-color: #39393A; }
a { background-color: rgb(57,57,58); }
div.DivClassName
{
background-color: #39393A;
}
.BgClassName
{
background-color: #39393A;
}
</style>
border-color css
<style>
span { border-color: #39393A; }
span { border-color: rgb(57,57,58); }
td.TdClassName
{
border-color: #39393A;
}
.TagClassName
{
border-color: #39393A;
}
</style>