Shades of Revolver #37363D
Tints of Revolver #37363D
RGB
CMYK
RGB Variations
Color information
#37363D (or 0x37363D) is known color: Revolver. HEX triplet: 37, 36 and 3D. RGB value is (55,54,61). Sum of RGB (Red+Green+Blue) = 55+54+61=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 61 - color contains mainly: blue. Hex color #37363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37363D is #C8C9C2. Grayscale: #373737. Windows color (decimal): -13158851 or 4011575. OLE color: 4011575.
HSL color Cylindrical-coordinate representation of color #37363D: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #37363D is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 54 | 61 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.76 |
| HSL | 248.57º | 0.06% | 0.23% | - |
| HSV(B) | 248.57º | 0.11% | 0.24% | - |
| XYZ | 3.74 | 3.79 | 4.95 | - |
| YUV | 55.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 61 | 0.10 | 0.11 | 0 | 0.76 | 248.57 | 0.06 | 0.23 |
| Hex | 37 | 36 | 3D | A | B | 0 | 4C | F9 | 6 | 17 |
| Octal | 67 | 66 | 75 | 12 | 13 | 0 | 114 | 371 | 6 | 27 |
| Binary | 110111 | 110110 | 111101 | 1010 | 1011 | 0 | 1001100 | 11111001 | 110 | 10111 |
Color Harmonies of #37363D
Complementary color
Monochromatic Colors of #37363D
Black with #37363D
Text Example
Text Example
White with #37363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37363D; }
p { color: rgb(55,54,61); }
H1.HeaderClassName
{
color: #37363D;
}
.AnyTagClassName
{
color: #37363D;
}
</style>
background-color css
<style>
a { background-color: #37363D; }
a { background-color: rgb(55,54,61); }
div.DivClassName
{
background-color: #37363D;
}
.BgClassName
{
background-color: #37363D;
}
</style>
border-color css
<style>
span { border-color: #37363D; }
span { border-color: rgb(55,54,61); }
td.TdClassName
{
border-color: #37363D;
}
.TagClassName
{
border-color: #37363D;
}
</style>