#373640

Color #373640 Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #373640

Tints of Revolver #373640

Color information

#373640 (or 0x373640) is unknown color: approx Revolver. HEX triplet: 37, 36 and 40. RGB value is (55,54,64). Sum of RGB (Red+Green+Blue) = 55+54+64=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #373640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373640 is #C8C9BF. Grayscale: #373737. Windows color (decimal): -13158848 or 4208183. OLE color: 4208183.

HSL color Cylindrical-coordinate representation of color #373640: hue angle of 246º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #373640 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB555464-
CMYK0.140.1600.75
HSL246º8.47%23.14%-
HSV(B)246º15.62%25.1%-
XYZ3.823.825.39-
YUV55.44132.83127.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=31.79%
G=31.21%
B=36.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5554640.140.1600.752468.4723.14
Hex373640E1004Bf6817
Octal6766100162001133661027
Binary11011111011010000001110100000100101111110110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373640; }

 p { color: rgb(55,54,64); }

 H1.HeaderClassName
 {
   color: #373640;
 }
 .AnyTagClassName
 {
   color: #373640;
 }
</style>
background-color css

<style>
 a { background-color: #373640; }

 a { background-color: rgb(55,54,64); }

 div.DivClassName
 {
   background-color: #373640;
 }
 .BgClassName
 {
   background-color: #373640;
 }
</style>
border-color css

<style>
 span { border-color: #373640; }

 span { border-color: rgb(55,54,64); }

 td.TdClassName
 {
   border-color: #373640;
 }
 .TagClassName
 {
   border-color: #373640;
 }
</style>