Shades of Revolver #37373A
Tints of Revolver #37373A
RGB
CMYK
RGB Variations
Color information
#37373A (or 0x37373A) is known color: Revolver. HEX triplet: 37, 37 and 3A. RGB value is (55,55,58). Sum of RGB (Red+Green+Blue) = 55+55+58=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 58 - color contains mainly: blue. Hex color #37373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37373A is #C8C8C5. Grayscale: #373737. Windows color (decimal): -13158598 or 3815223. OLE color: 3815223.
HSL color Cylindrical-coordinate representation of color #37373A: hue angle of 240º degrees, saturation: 0.03, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #37373A is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 55 | 55 | 58 | - |
CMYK | 0.05 | 0.05 | 0 | 0.77 |
HSL | 240º | 0.03% | 0.22% | - |
HSV(B) | 240º | 0.05% | 0.23% | - |
XYZ | 3.71 | 3.85 | 4.55 | - |
YUV | 55.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 55 | 58 | 0.05 | 0.05 | 0 | 0.77 | 240 | 0.03 | 0.22 |
Hex | 37 | 37 | 3A | 5 | 5 | 0 | 4D | F0 | 3 | 16 |
Octal | 67 | 67 | 72 | 5 | 5 | 0 | 115 | 360 | 3 | 26 |
Binary | 110111 | 110111 | 111010 | 101 | 101 | 0 | 1001101 | 11110000 | 11 | 10110 |
Color Harmonies of #37373A
Complementary color
Monochromatic Colors of #37373A
Black with #37373A
Text Example
Text Example
White with #37373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37373A; }
p { color: rgb(55,55,58); }
H1.HeaderClassName
{
color: #37373A;
}
.AnyTagClassName
{
color: #37373A;
}
</style>
background-color css
<style>
a { background-color: #37373A; }
a { background-color: rgb(55,55,58); }
div.DivClassName
{
background-color: #37373A;
}
.BgClassName
{
background-color: #37373A;
}
</style>
border-color css
<style>
span { border-color: #37373A; }
span { border-color: rgb(55,55,58); }
td.TdClassName
{
border-color: #37373A;
}
.TagClassName
{
border-color: #37373A;
}
</style>