Shades of Revolver #37373E
Tints of Revolver #37373E
RGB
CMYK
RGB Variations
Color information
#37373E (or 0x37373E) is known color: Revolver. HEX triplet: 37, 37 and 3E. RGB value is (55,55,62). Sum of RGB (Red+Green+Blue) = 55+55+62=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 62 - color contains mainly: blue. Hex color #37373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37373E is #C8C8C1. Grayscale: #373737. Windows color (decimal): -13158594 or 4077367. OLE color: 4077367.
HSL color Cylindrical-coordinate representation of color #37373E: hue angle of 240º 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 #37373E is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 55 | 55 | 62 | - |
CMYK | 0.11 | 0.11 | 0 | 0.76 |
HSL | 240º | 0.06% | 0.23% | - |
HSV(B) | 240º | 0.11% | 0.24% | - |
XYZ | 3.81 | 3.89 | 5.11 | - |
YUV | 55.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 55 | 62 | 0.11 | 0.11 | 0 | 0.76 | 240 | 0.06 | 0.23 |
Hex | 37 | 37 | 3E | B | B | 0 | 4C | F0 | 6 | 17 |
Octal | 67 | 67 | 76 | 13 | 13 | 0 | 114 | 360 | 6 | 27 |
Binary | 110111 | 110111 | 111110 | 1011 | 1011 | 0 | 1001100 | 11110000 | 110 | 10111 |
Color Harmonies of #37373E
Complementary color
Monochromatic Colors of #37373E
Black with #37373E
Text Example
Text Example
White with #37373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37373E; }
p { color: rgb(55,55,62); }
H1.HeaderClassName
{
color: #37373E;
}
.AnyTagClassName
{
color: #37373E;
}
</style>
background-color css
<style>
a { background-color: #37373E; }
a { background-color: rgb(55,55,62); }
div.DivClassName
{
background-color: #37373E;
}
.BgClassName
{
background-color: #37373E;
}
</style>
border-color css
<style>
span { border-color: #37373E; }
span { border-color: rgb(55,55,62); }
td.TdClassName
{
border-color: #37373E;
}
.TagClassName
{
border-color: #37373E;
}
</style>